Loading Plugin.php +1 −2 Original line number Diff line number Diff line <?php namespace Kanboard\Plugin\Theme; use Kanboard\Core\Plugin\Base; class Plugin extends Base Loading @@ -10,6 +9,6 @@ class Plugin extends Base { $this->template->hook->attach('template:layout:head', 'theme:layout/head'); $this->template->hook->attach('template:layout:top', 'theme:layout/top'); $this->template->setTemplateOverride('template:header', 'theme:layout/header'); $this->template->setTemplateOverride('header', 'theme:layout/header'); } } Loading
Plugin.php +1 −2 Original line number Diff line number Diff line <?php namespace Kanboard\Plugin\Theme; use Kanboard\Core\Plugin\Base; class Plugin extends Base Loading @@ -10,6 +9,6 @@ class Plugin extends Base { $this->template->hook->attach('template:layout:head', 'theme:layout/head'); $this->template->hook->attach('template:layout:top', 'theme:layout/top'); $this->template->setTemplateOverride('template:header', 'theme:layout/header'); $this->template->setTemplateOverride('header', 'theme:layout/header'); } }