diff options
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r-- | app/Template/layout.php | 1 |
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() ?> |