Accueil > Recherche avancée
Recherche avancée
Médias (1)
-
Avignon 2009 - Le Teaser
17 juin 2009, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Sur d’autres sites (767)
-
#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 (...)
-
#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 ! (...) - (...)
-
|form_hidden
SPIP 1.9 Si on fait un formulaire qui utilise comme action un lien comprenant des arguments (par exemple, quand on utilise la balise #SELF avec le type d’url par défaut), il faut remettre ces valeurs dans des champs hidden ; cette fonction calcule les champs en question. À utiliser par exemple (...)