source:
trunk/web/app/out/dist/boxes/accueil_forum.php
Last change on this file was 6, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 354 bytes |
Rev | Line | |
---|---|---|
[6] | 1 | <?php if($env->out["messages_forum"]) : ?> |
2 | <?php foreach($env->out["messages_forum"] as $id_message => $message) : ?> | |
3 | <div class="message_forum"> | |
4 | [ <?= date("H\hi d M Y ", $message["posted"]) ?> ] | |
5 | <a href="<?= $env->path("punbb")."viewtopic.php?id=".$message["topic_id"] ?>"><?= $message["subject"] ?></a> | |
6 | </div> | |
7 | <?php endforeach; ?> | |
8 | <?php endif; ?> |
Note: See TracBrowser
for help on using the repository browser.