groups

name language licence
SPIP : Tag spip cron et erreur w3c Other Other
SQL : Ajouter une clé primaire multicolonne Other Other
TYPOSCRIPT : Conditions tester id de la page courante Other Other
TYPOSCRIPT : Typoscript mega exemple : TMENU, MULTILANGUE, TEXT, CONDITIONS , ATTRIBUT TITLE, FIL D' Other Other
CSS : reset des styles et comportements par defaut des navigateurs CSS Other
PHP : document root et autre info de $_SERVER PHP Other
THUNDERBIRD : transfert auto des mail vers une ou plusieurs autres adresses Other Other
Untitled Snippet Other Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >



language: Other
licence: Other

TYPOSCRIPT : Conditions tester id de la page courante

options: view full snippetsend to code collector
#match if the page-id is 265
[globalVar = TSFE:id = 265]

#This will match with the page-id being higher than 10:
[globalVar = TSFE:id > 10]
	
(Continues...)