source:
branches/rsr.v5.1/web/app/out/dist/boxes/nous_y_etions.php
Last change on this file was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 289 bytes |
Rev | Line | |
---|---|---|
[1] | 1 | <?php if(($post = $env->data->nous_y_etions()) !== false) : ?> |
2 | <h3><?= $post["subject"] ?></h3> | |
3 | <p> | |
4 | photos, sons, commentaires | |
5 | <a href="<?= $env->path("punbb")."viewtopic.php?id=".$post["topic_id"] ?>">ici</a> | |
6 | </p> | |
7 | <?php else : ?> | |
8 | (impossible de lire l'info) | |
9 | <?php endif; ?> |
Note: See TracBrowser
for help on using the repository browser.