Accueil > Recherche avancée
Recherche avancée
Médias (1)
-
Plugin Albums 3
16 décembre 2014, par
Mis à jour : Décembre 2014
Langue : français
Type : Aucun type spécifique
Sur d’autres sites (701)
-
#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
-
#FICHIER
The #FICHIER tag (since SPIP 1.8.2) displays the relative URL of the document [1] ; for example : IMG/pdf/my_document.pdf. To extract just the name of the file, we can apply the filter : |basename : (#FICHIER (will display my_document.pdf). An interesting usage of this tag is obtained (...)
-
#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 (...)