source: trunk/web/app/out/dist/boxes/edito.php @ 1

Last change on this file since 1 was 1, checked in by dj3c1t, 12 years ago

import initial

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.