Move project header templates to folder project_header

This commit is contained in:
Frederic Guillot
2016-02-14 16:11:55 -05:00
parent 30fefe4fa9
commit 07e3f51edb
10 changed files with 123 additions and 110 deletions

View File

@@ -1,6 +1,6 @@
<section id="main">
<?= $this->render('project/filters', array(
<?= $this->render('project_header/header', array(
'project' => $project,
'filters' => $filters,
'categories_list' => $categories_list,