source:
branches/rsr.v5.1.1/web/app/out/dist/boxes/spotlight.php
@
10
Last change on this file since 10 was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 282 bytes |
Line | |
---|---|
1 | <?php if($env->out["spotlight"]) : ?> |
2 | <h3><?= $env->out["spotlight"]["titre"] ?></h3> |
3 | <br /> |
4 | <?= $env->data->resume(strip_tags($env->out["spotlight"]["contenu"]), 50) ?> |
5 | <br /><br /> |
6 | <a href="<?php echo $env->url(array("e" => "spotlight")); ?>">lire la suite...</a> |
7 | |
8 | <?php endif; ?> |
Note: See TracBrowser
for help on using the repository browser.