body.phtml: Remove out-commented PHP code

This commit is contained in:
Eric Lippmann 2014-06-06 14:36:44 +02:00
parent 856e9fb398
commit 7c67a2ffff
1 changed files with 0 additions and 15 deletions

View File

@ -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>
</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">
<?php echo $this->render('parts/navigation.phtml') ?>