source:
branches/rsr.v5.1.dev/web/app/out/dist/boxes/edito.php
@
4
Last change on this file since 4 was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 272 bytes |
Line | |
---|---|
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.