**SPIP**
# Article submitted
The article "**\_INTRODUCTION\_SUITE**
(https://www.spip.net/ecrire/?exec=article&id_article=6587)" is submitted
for publication. on Wednesday 10 June 2020.
* * *
## \_INTRODUCTION\_SUITE
Wednesday 10 June 2020 , by [jack](.././?page=auteur&id_auteur=593&)
The constant **`_INTRODUCTION_SUITE`** tag allows you to customize the
string displayed in the text cut by the `#INTRODUCTION` tag.
The default value for this constant is: ` (...)`
To set another value, edit the file `config/mes_options.php` (See the
article dedicated to it
(https://www.spip.net/ecrire/?exec=article&id_article=4909)).
Example :
// Define a custom caesura at the tag #INTRODUCTION
define
(http://www.php.net/define)
(
'_INTRODUCTION_SUITE'
,
' [...]'
)
;
See also: #INTRODUCTION
(https://www.spip.net/ecrire/?exec=article&id_article=5114),
\_COUPER\_SUITE (https://www.spip.net/ecrire/?exec=article&id_article=6586)
— Sent by SPIP (https://www.spip.net/)
