Adding per-page titles throughout PHPCI, fixes #371

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

View file

@ -75,6 +75,8 @@ class PluginController extends \PHPCI\Controller
$this->view->plugins = $pluginInfo->getInstalledPlugins();
$this->config->set('page_title', 'Plugins');
return $this->view->render();
}