de091ed276cccaf890b1288d33b374c9f569e7a3
[mtweb] / mw / app / out / default / views / footer.php
1 <p id="contact_links">
2 <?php if($this->config("contact_form")) : ?>
3   <a href="<?php echo $this->url("forms/contact"); ?>">contact</a>
4 <?php endif; ?>
5 </p>
6
7 <p>
8 <?php if(!($user = $this->user())) : ?>
9    <a href="<?php echo $this->url("users/identification"); ?>">s'identifier</a>
10 <?php else : ?>
11    Bienvenue <strong><?php echo $user["login"]; ?></strong>
12   | <a href="<?php echo $this->url("users"); ?>">compte</a>
13 <?php if($this->status_ok("admin")) : ?>
14   | <a href="<?php echo $this->url("admin"); ?>">admin</a>
15 <?php endif; ?>
16   | <a href="<?php echo $this->url("users/identification/logout"); ?>">deconnexion</a>
17 <?php endif; ?>
18   | <a href="http://mtweb.dj3c1t.com/">mtweb</a>
19 </p>