Adding per-page titles throughout PHPCI, fixes #371
This commit is contained in:
parent
d1080e2cb1
commit
08afe7b104
7 changed files with 29 additions and 1 deletions
|
|
@ -75,6 +75,8 @@ class PluginController extends \PHPCI\Controller
|
|||
|
||||
$this->view->plugins = $pluginInfo->getInstalledPlugins();
|
||||
|
||||
$this->config->set('page_title', 'Plugins');
|
||||
|
||||
return $this->view->render();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue