diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-14 16:11:55 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-14 16:11:55 -0500 |
commit | 07e3f51edb76f1c20c7c7f222b356cd0a26fca42 (patch) | |
tree | 288f076e1800b01e9ac080ab84518dffe31d5820 /app/Template/listing/show.php | |
parent | 30fefe4fa9ab3f04f8344f00556f4f2f2c5ec563 (diff) |
Move project header templates to folder project_header
Diffstat (limited to 'app/Template/listing/show.php')
-rw-r--r-- | app/Template/listing/show.php | 5 |
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()): ?> |