quelques modifications sur le template default
[mtweb] / mw / app / out / default / views / footer.php
1 <ul>
2 <?php if($this->config("contact_form") && $this->action_allowed("forms/contact")) : ?>
3   <li><a href="<?php echo $this->url("forms/contact"); ?>">contact</a></li>
4 <?php endif; ?>
5 <?php if($this->out_config("mtweb_footer_link")) : ?>
6   <li><a href="http://mtweb.dj3c1t.com/">mtweb</a></li>
7 <?php endif; ?>
8 </ul>