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