summaryrefslogtreecommitdiff
path: root/app/Template/project_list/show.php
diff options
context:
space:
mode:
authorstinnux <me@stinnux.de>2016-08-31 12:08:14 +0200
committerstinnux <me@stinnux.de>2016-08-31 12:08:14 +0200
commit12acf66ad2a2673dd3201c85d4179b6c46f3c12f (patch)
treee27c47f67becffa9a208d15037136326164f3060 /app/Template/project_list/show.php
parent0f2dea8179b51486738366f792ccb16f9cfab84a (diff)
remove data array
Diffstat (limited to 'app/Template/project_list/show.php')
-rw-r--r--app/Template/project_list/show.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Template/project_list/show.php b/app/Template/project_list/show.php
index 4f7c2e83..f8f5862c 100644
--- a/app/Template/project_list/show.php
+++ b/app/Template/project_list/show.php
@@ -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()): ?>