plusieurs auteurs pour les sources
[mw_sourceml] / app / out / default / views / sources / album / ariane.php
1 <h2>Albums</h2>
2 <?php $ariane_params = array(); ?>
3 <?php $FIRST = true; ?>
4 <h2>
5 <?php if(isset($this->out["album"]) && $this->out["album"]) : ?>
6   <?php if($FIRST) : $FIRST = false; else : ?>&raquo;<?php endif; ?>
7   <a href="<?php echo $this->url("sources/album/view", array("album" => $this->out["album"]["id"])) ?>"><?php echo $this->out["album"]["titre"] ?></a>
8 <?php endif; ?>
9 </h2>