sourceml devient un plugin mtweb
[mw_sourceml] / app / out / default / views / sources / nom_groupe.php
1 <?php if(isset($this->out["groupe"]) && $this->out["groupe"]) : ?>
2 <h2>
3   <a href="<?php echo $this->url("sources/groupe/view", array("id" => $this->out["groupe"]["id"])) ?>">
4     <?php echo $this->out["groupe"]["nom"] ?>
5   </a>
6 </h2>
7 <?php endif; ?>