Adding per-page titles throughout PHPCI, fixes #371
This commit is contained in:
parent
4ab390d950
commit
8685f2ac36
7 changed files with 29 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue