Les articles publiés sur le site
-
#DOSSIER_SQUELETTE
#DOSSIER_SQUELETTE (now deprecated by #CHEMIN) specifies the path name of the current squelettes (templates) directory being used. SPIP 1.8.2 introduced the #DOSSIER_SQUELETTE tag to be able to develop template files that are easily transportable and exchangeable. It is used to obtain the path (...) -
#EDIT
#EDITxxx, when used in the class of an element surrounding a #XXX tag, is used to make that tag editable using the crayons plugin (refer to the documentation on spip-contrib) - Tags / #EDIT, SPIP 1.9.2 -
#EMAIL
The #EMAIL tag displays the email address of an author. It can be used within an AUTEURS loop, a FORUMS loop or a SIGNATURES loop. - Tags / BOUCLE(AUTEURS), #EMAIL, BOUCLE(FORUMS), BOUCLE(SIGNATURES) -
#EMAIL_WEBMASTER
The #EMAIL_WEBMASTER tag displays the email address of the webmaster such as it was entered on the site's configuration page. - Tags / #EMAIL_WEBMASTER, SPIP 1.5 -
#EMBED_DOCUMENT
#EMBED_DOCUMENT is a tag that is used to embed the document into the generated page rather than just referencing it. This tag has since been deprecated, being as it is a particular case of using models (see Using models) which enable the such embedding to be modularised in a more flexible and (...)