diff --git a/app/Template/header.php b/app/Template/header.php
index 15b70ead8..4efd19969 100644
--- a/app/Template/header.php
+++ b/app/Template/header.php
@@ -5,7 +5,11 @@
= $this->url->link('KB', 'DashboardController', 'show', array(), false, '', t('Dashboard')) ?>
- = $this->text->e($title) ?>
+
+ = $this->url->link($this->text->e($project['name']), 'BoardViewController', 'show', array('project_id' => $project['id'])) ?>
+
+ = $this->text->e($title) ?>
+
diff --git a/app/Template/layout.php b/app/Template/layout.php
index 9c4d69c50..ebce6ffa1 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(),
)) ?>
= $this->app->flashMessage() ?>