mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
body.phtml: Remove out-commented PHP code
This commit is contained in:
parent
856e9fb398
commit
7c67a2ffff
@ -26,21 +26,6 @@ if ($notifications->hasMessages()) {
|
|||||||
<div id="logo" data-base-target="_main"><a href="<?= $this->href('/dashboard') ?>"><img src="<?= $this->href('img/logo_icinga-inv.png') ?>" class="logo" /></a>
|
<div id="logo" data-base-target="_main"><a href="<?= $this->href('/dashboard') ?>"><img src="<?= $this->href('img/logo_icinga-inv.png') ?>" class="logo" /></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--
|
|
||||||
<ul class="tabs" >
|
|
||||||
<li class="dropdown">
|
|
||||||
<a href="#" class="dropdown-toggle">
|
|
||||||
<?= $this->img('icons/user.png') ?>
|
|
||||||
<?= $this->escape($this->auth()->getUser()->getUsername()) ?>
|
|
||||||
<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
<li><a href="<?= $this->href('/preference') ?>"><?= $this->translate('Preferences'); ?></a></li>
|
|
||||||
<li><a href="<?= $this->href('/authentication/logout'); ?>" title="Logout"><?= $this->translate('Logout'); ?></a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
-->
|
|
||||||
|
|
||||||
<div id="sidebar">
|
<div id="sidebar">
|
||||||
<?php echo $this->render('parts/navigation.phtml') ?>
|
<?php echo $this->render('parts/navigation.phtml') ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user