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