source:
branches/rsr.v5.1.1/web/app/out/dist/content/e_content.php
Last change on this file was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 391 bytes |
Line | |
---|---|
1 | <?php if($env->out["content"]) : ?> |
2 | |
3 | <h2><?= $env->out["content"]["titre"] ?></h2> |
4 | <div class="bloc_content"> |
5 | <p class="by"> |
6 | par <?= $env->out["content"]["auteur"] ?> - <?= $env->out["content"]["date_creation"] ?> |
7 | </p> |
8 | <?= $env->data->html($env->out["content"]["contenu"]) ?> |
9 | <div class="clear"><!-- --></div> |
10 | </div> |
11 | <?php else : ?> |
12 | <p>Pas de contenu pour cette adresse</p> |
13 | <?php endif; ?> |
Note: See TracBrowser
for help on using the repository browser.