nyroFwk  0.2
menu.admin.html.php
Go to the documentation of this file.
1 <?php if (security::getInstance()->isLogged()): ?>
2  <ul id="menu">
3  <?php
4  if (isset($links)) {
5  foreach($links as $l=>$name) {
6  if ($name == 'hr')
7  echo '<li class="hr"><span></span></li>';
8  else
9  echo '<li><a href="'.$l.'">'.$name.'</a></li>';
10  }
11  }
12  if (isset($linksTable)) {
13  foreach($linksTable as $name=>$l)
14  echo '<li><a href="'.$l.'">'.$name.'</a></li>';
15  echo '<li class="hr"><span></span></li>';
16  }
17  ?>
18  <li><a href="<?php echo security::getInstance()->getPage('logout', true) ?>">D&eacute;connexion</a></li>
19  </ul>
20 <?php endif; ?>
static getInstance()
xml version xml stylesheet href
Definition: layout.xul.php:2
Generated on Sun Oct 15 2017 22:25:20 for nyroFwk by doxygen 1.8.13