Adding per-page titles throughout PHPCI, fixes #371

This commit is contained in:
Dan Cryer 2014-04-24 16:25:24 +01:00
commit 8685f2ac36
7 changed files with 29 additions and 1 deletions

View file

@ -56,6 +56,8 @@ class HomeController extends \PHPCI\Controller
$this->view->projects = $projects['items'];
$this->view->summary = $summaryView->render();
$this->config->set('page_title', 'Dashboard');
return $this->view->render();
}