Loading Plugin.php +3 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ class Plugin extends PluginBase { public function initialize() { $this->template->hook->attach('layout:head', 'theme:layout/head'); $this->template->hook->attach('layout:top', 'theme:layout/top'); $this->template->setTemplateOverride('header', 'theme:layout/header'); $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'); } } Loading
Plugin.php +3 −3 Original line number Diff line number Diff line Loading @@ -8,8 +8,8 @@ class Plugin extends PluginBase { public function initialize() { $this->template->hook->attach('layout:head', 'theme:layout/head'); $this->template->hook->attach('layout:top', 'theme:layout/top'); $this->template->setTemplateOverride('header', 'theme:layout/header'); $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'); } }