source: branches/rsr.v5.1.dev/web/app/out/dist/boxes/nous_y_etions.php @ 1

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

import initial

File size: 289 bytes
Line 
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.