Les articles publiés sur le site
-
#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 (...) -
#EVAL
The technical tag #EVAL returns the value calculated by evaluating the PHP expression that is passed as an argument: #EVAL2*7 will display 14, #EVAL_DIR_IMG_PACK will display the path to the ecrire/img_pack/ directory, #EVALphpversion() will display the server's PHP version number (...)