sourceml devient un plugin mtweb
[mw_sourceml] / app / out / default / views / sources / lien_contact.php
1 <?php if(isset($this->out["groupe"]) && $this->out["groupe"] && $this->out["groupe"]["contact_form"]) : ?>
2 <ul id="lien_contact">
3   <li><a href="<?php echo $this->url("forms/sourceml/contact_author", array("id" => $this->out["groupe"]["id"])) ?>">
4     contact
5   </a></li>
6 </ul>
7 <div class="clear"><!-- --></div>
8 <?php endif; ?>