Les articles publiés sur le site
-
#FIN_SURLIGNE
The #FIN_SURLIGNE tag specifies from which point in the template that the sought after expressions, if they are found in the page, will no longer be visually highlighted (displayed with a coloured background). This tag is to be used in conjunction with #DEBUT_SURLIGNE. There is also further (...) -
#FOREACH
The #FOREACH tag is used to "loop" through a content equivalent to a table array calculated within the template file, by applying a SPIP model to each of its member elements. #FOREACHtag, model Examples Within any template, using #FOREACHenv will display all the variables of the #ENV tag as (...) -
#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 (...)