• # SPIP ?

    Posté par . 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

    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. <div class="rightMain">
    2. <div class="rightTop">My about page header</div>
    3. <div class="rightContent">My about page text</div>
    4. </div>
    5. <div class="rightBottom"><a href="./../index.php" title="">{BACK_HOME}</a></div>