Les articles publiés sur le site
-
#HTTP_HEADER
The #HTTP_HEADERargument tag (since SPIP 1.9) is used to modify the HTTP header for the page generated by SPIP. Remarks: #HTTP_HEADER can not be preceded by any character or blank space. #HTTP_HEADER must not be preceded by any other HTML code. Example: #HTTP_HEADER... ... not good! (...) - (...) -
#ID_DOCUMENT
#ID_DOCUMENT displays the unique identifying number of the document. - Tags / BOUCLE(DOCUMENTS), #ID_DOCUMENT -
#INSERT_HEAD
#INSERT_HEAD automatically inserts the scripts and stylesheets supplied by SPIP and its plugins. The #INSERT_HEAD tag (since SPIP 1.9.1) must be included between the and tags in your template files. It enables SPIP and its extensions, as well as whatever plugins you use, to add content between (...) -
#LANG_DIR, #LANG_LEFT, #LANG_RIGHT
#LANG_DIR, #LANG_LEFT, #LANG_RIGHT (since SPIP 1.7, 1.7.1): these tags define the direction of write the language for the current context (for example, for the article that you are currently displaying). See the article about "Creating a multilingual site" for more information. - Tags / (...) -
#HAUTEUR
#HAUTEUR #LARGEUR returns the height of an image type document (png, gif or jpg) expressed in pixels (it returns 0 pour for all other document types). - Tags / BOUCLE(DOCUMENTS), #HAUTEUR