quelques modifications sur le template default
[mtweb] / mw / app / out / default / views / footer.php
index 012622c..29a3d20 100644 (file)
@@ -2,21 +2,6 @@
 <?php if($this->config("contact_form") && $this->action_allowed("forms/contact")) : ?>
   <li><a href="<?php echo $this->url("forms/contact"); ?>">contact</a></li>
 <?php endif; ?>
-<?php if(!($user = $this->user())) : ?>
-  <li><a href="<?php echo $this->url("users/identification"); ?>">s'identifier</a></li>
-<?php else : ?>
-  <li>Bienvenue <strong><?php echo $user["login"]; ?></strong></li>
-  <?php if($this->action_allowed("users/infos")) : ?>
-  <li><a href="<?php echo $this->url("users/infos"); ?>">compte</a></li>
-  <?php endif; ?>
-<?php if($this->action_allowed("admin")) : ?>
-  <li><a href="<?php echo $this->url("admin"); ?>">admin</a></li>
-<?php endif; ?>
-<?php if($this->action_allowed("config")) : ?>
-  <li><a href="<?php echo $this->url("config"); ?>">config</a></li>
-<?php endif; ?>
-  <li><a href="<?php echo $this->url("users/identification/logout"); ?>">deconnexion</a></li>
-<?php endif; ?>
 <?php if($this->out_config("mtweb_footer_link")) : ?>
   <li><a href="http://mtweb.dj3c1t.com/">mtweb</a></li>
 <?php endif; ?>