source:
trunk/web/app/out/dist/boxes/edito.php
Last change on this file was 6, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 272 bytes |
Rev | Line | |
---|---|---|
[6] | 1 | <?php if($env->out["edito"]) : ?> |
2 | <h3><?= $env->out["edito"]["titre"] ?></h3> | |
3 | <p class="by">par <?= $env->out["edito"]["auteur"] ?><!-- - <?= $env->out["edito"]["date_creation"] ?> --></p> | |
4 | <br /> | |
5 | <?= $env->data->html($env->out["edito"]["contenu"]) ?> | |
6 | <?php endif; ?> |
Note: See TracBrowser
for help on using the repository browser.