Loading Plugin.php +3 −3 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ namespace Plugin\Theme; use Core\PluginBase; use Core\Plugin\Base; class Plugin extends PluginBase class Plugin extends Base { public function initialize() { $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 +3 −3 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ namespace Plugin\Theme; use Core\PluginBase; use Core\Plugin\Base; class Plugin extends PluginBase class Plugin extends Base { public function initialize() { $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'); } }