extend hook 'template:project:sidebar' with $project
This commit is contained in:
parent
c51ecdf2a6
commit
bf2034b416
|
|
@ -60,7 +60,7 @@
|
|||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
|
||||
<?= $this->hook->render('template:project:sidebar') ?>
|
||||
<?= $this->hook->render('template:project:sidebar', array('project' => $project)) ?>
|
||||
</ul>
|
||||
<div class="sidebar-collapse"><a href="#" title="<?= t('Hide sidebar') ?>"><i class="fa fa-chevron-left"></i></a></div>
|
||||
<div class="sidebar-expand" style="display: none"><a href="#" title="<?= t('Expand sidebar') ?>"><i class="fa fa-chevron-right"></i></a></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue