summaryrefslogtreecommitdiff
path: root/app/Template/layout.php
diff options
context:
space:
mode:
authorSébastien Kergreis <seb.kerro@gmail.com>2016-06-03 13:59:45 -0500
committerSébastien Kergreis <seb.kerro@gmail.com>2016-06-03 13:59:45 -0500
commita9025e5102a3358e106b56d782a0e7dbb295af59 (patch)
tree77b94e2a65d878da68a847357302621d0eb0c10b /app/Template/layout.php
parenta27057dd6fbf59e7e88ac19494573a5415d2707e (diff)
Add link in project name
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r--app/Template/layout.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php
index 9c4d69c5..ebce6ffa 100644
--- a/app/Template/layout.php
+++ b/app/Template/layout.php
@@ -58,6 +58,7 @@
'title' => $title,
'description' => isset($description) ? $description : '',
'board_selector' => isset($board_selector) ? $board_selector : array(),
+ 'project' => isset($project) ? $project : array(),
)) ?>
<section class="page">
<?= $this->app->flashMessage() ?>