1. // A template variable must be used between braces
2. {variable}
3. // Example:
4. {PAGE_TITLE}
5.
6. // A block
7. <!-- BEGIN block -->
8. {variable}
9. <!-- END block -->
10. // Example:
11. <!-- BEGIN NEWS_BLOCK -->
12. {NEWS_TEXT}
13. <!-- END NEWS_BLOCK -->
et
1. <divclass="rightMain">
2. <divclass="rightTop">My about page header</div>
3. <divclass="rightContent">My about page text</div>
4. </div>
5. <divclass="rightBottom"><ahref="./../index.php"title="">{BACK_HOME}</a></div>
# SPIP ?
Posté par NeoX . En réponse au journal GENU 2012.0. Évalué à 2.
quand je regarde la documentation ( http://www.gnew.fr/pages/documentation.php ), ca ressemble quand meme sacrement à un fork de spip
et