Examples
// See the content of the Composed-By part of the HTTP header of pages generated by SPIP
#CONST{_HEADER_COMPOSED_BY}
will return by default Composed-By: SPIP
Other example
In the config/mes_options.php
file :
define('_ID_MOT_TRUC',xx);
then in a template
<BOUCLE_art(ARTICLES){id_mot=#CONST{_ID_MOT_TRUC}}…>
See also
- the full list of constants and customisation variables in the glossary.
The tags