summaryrefslogtreecommitdiff
path: root/app/Template/listing/show.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/listing/show.php')
-rw-r--r--app/Template/listing/show.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/Template/listing/show.php b/app/Template/listing/show.php
index e7aa5947..9a5992e3 100644
--- a/app/Template/listing/show.php
+++ b/app/Template/listing/show.php
@@ -1,7 +1,10 @@
<section id="main">
- <?= $this->render('project/filters', array(
+ <?= $this->render('project_header/header', array(
'project' => $project,
'filters' => $filters,
+ 'custom_filters_list' => $custom_filters_list,
+ 'users_list' => $users_list,
+ 'categories_list' => $categories_list,
)) ?>
<?php if ($paginator->isEmpty()): ?>