Les articles publiés sur le site
-
#MENU_LANG, #MENU_LANG_ECRIRE
#MENU_LANG and #MENU_LANG_ECRIRE (since SPIP 1.7, 1.7.1 ): these tags generate and display a menu of languages that enable the visitor to view the current page in the visitor's selected language. The first tag displays the list of languages for the site; the second displays the list of (...) -
#URL_AUTEUR
#URL_AUTEUR displays the URL address for the spip.php?auteurxxx page. When used in a AUTEURS loop, #URL_AUTEUR displays the address of the author's page: spip.php?auteurxxx (where xxx is the author's identifying number). Example of an AUTEURS loop, which when nested inside an ARTICLES loop, (...) -
#MIME_TYPE
#MIME_TYPE displays the MIME type of the file — for example: image/jpeg —, cf. Internet media type. - Tags / BOUCLE(DOCUMENTS), #MIME_TYPE -
#NOM_SITE_SPIP
#NOM_SITE_SPIP displays the defined name of the site. When SPIP has only just been installed, the default site name is "My SPIP site". To change it, you need to click on the "Configuration" menu item in the private zone and alter the text in the "Your site's name" field. It's probably a good (...) -
#PLUGIN
This tag is used to check for the existence of a plugin activated on the site, and to access all of the data stored in its plugin.xml file. #PLUGINnom_du_plugin returns true if the plugin has been activated. #PLUGINnom_du_plugin,version returns the version number of the plugin if it is active. (...)