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