Add new hooks for plugins

This commit is contained in:
Frederic Guillot
2015-11-21 17:27:29 -05:00
parent 4594325726
commit 9deeaa4ef1
3 changed files with 8 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
<div class="page-header">
<?= $this->hook->render('template:project:header:before', array('project' => $project)) ?>
<div class="dropdown">
<i class="fa fa-caret-down"></i> <a href="#" class="dropdown-menu"><?= t('Actions') ?></a>
<ul>
@@ -98,4 +100,6 @@
</div>
<?php endif ?>
</div>
<?= $this->hook->render('template:project:header:after', array('project' => $project)) ?>
</div>