Commit
This commit is contained in:
parent
b4d045d8aa
commit
a13fd59373
@ -42,12 +42,14 @@
|
||||
<li><a href="<?=$this->config['root_url']?>teamtable/index.php">Se lagene</a></li>
|
||||
</ul>
|
||||
|
||||
<?php if ($this->user->powerLevel > 0): ?>
|
||||
<h4>Tillatelser</h4>
|
||||
<ul>
|
||||
<li><a href="<?=$this->config['root_url']?>simulator.php">Simulator</a></li>
|
||||
<li><a href="<?=$this->config['root_url']?>teamtable/edit/index.php">Endre lagene</a></li>
|
||||
</ul>
|
||||
<?php if ($this->user->loggedIn): ?>
|
||||
<?php if ($this->user->powerLevel > 0): ?>
|
||||
<h4>Tillatelser</h4>
|
||||
<ul>
|
||||
<li><a href="<?=$this->config['root_url']?>simulator.php">Simulator</a></li>
|
||||
<li><a href="<?=$this->config['root_url']?>teamtable/edit/index.php">Endre lagene</a></li>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user