remove data array

This commit is contained in:
stinnux 2016-08-31 12:08:14 +02:00
parent 0f2dea8179
commit 12acf66ad2
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
<section id="main">
<div class="page-header">
<ul>
<?= $this->hook->render('template:project-list:menu:before', array('project' => $project)) ?>
<?= $this->hook->render('template:project-list:menu:before') ?>
<?php if ($this->user->hasAccess('ProjectUserOverviewController', 'managers')): ?>
<li><i class="fa fa-user fa-fw"></i><?= $this->url->link(t('Users overview'), 'ProjectUserOverviewController', 'managers') ?></li>
<?php endif ?>
<?php if ($this->user->hasAccess('ProjectGanttController', 'show')): ?>
<li><i class="fa fa-sliders fa-fw"></i><?= $this->url->link(t('Projects Gantt chart'), 'ProjectGanttController', 'show') ?></li>
<?php endif ?>
<?= $this->hook->render('template:project-list:menu:after', array('project' => $project)) ?>
<?= $this->hook->render('template:project-list:menu:after') ?>
</ul>
</div>
<?php if ($paginator->isEmpty()): ?>