sourceml devient un plugin mtweb
[mw_sourceml] / app / out / default / views / sources / groupe / ariane.php
1 <h2>Groupes</h2>
2 <?php $ariane_params = array(); ?>
3 <?php $FIRST = true; ?>
4 <h2>
5
6 <?php if(isset($this->out["groupe"]) && $this->out["groupe"]) : $ariane_params["groupe"] = $this->out["groupe"]["id"]; ?>
7   <?php if($FIRST) : $FIRST = false; else : ?>&raquo;<?php endif; ?>
8   <a href="<?php echo $this->url("sources/groupe/view", array("id" => $this->out["groupe"]["id"])) ?>"><?php echo $this->out["groupe"]["nom"] ?></a>
9 <?php endif; ?>
10
11 </h2>