Rename template hooks added by last PR

This commit is contained in:
Frederic Guillot
2016-01-12 22:01:54 -05:00
parent a8008102ef
commit dfd0c4e48d
3 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<?= $this->hook->render('template:app:filters_helper:before', isset($project) ? array('project' => $project) : array('project' => $project = 0)) ?>
<?= $this->hook->render('template:app:filters-helper:before', isset($project) ? array('project' => $project) : array()) ?>
<div class="dropdown filters">
<i class="fa fa-caret-down"></i> <a href="#" class="dropdown-menu"><?= t('Filters') ?></a>
<ul>
@@ -17,4 +17,4 @@
</li>
</ul>
</div>
<?= $this->hook->render('template:app:filters_helper:after', isset($project) ? array('project' => $project) : array('project' => $project = 0)) ?>
<?= $this->hook->render('template:app:filters-helper:after', isset($project) ? array('project' => $project) : array()) ?>