Loading Plugin.php +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ class Plugin extends Base public function initialize() { $this->hook->on('template:layout:css', array('template' => 'plugins/MittelTheme/Template/css/main.css')); # $this->template->hook->attach('template:layout:top', 'MittelTheme:layout/top'); # $this->template->setTemplateOverride('header', 'mitteltheme:layout/header'); $this->template->hook->attach('template:auth:login-form:before', 'MittelTheme:layout/login-before'); $this->template->setTemplateOverride('header/title', 'MittelTheme:layout/title', array( Loading Template/layout/top.phpdeleted 100644 → 0 +0 −3 Original line number Diff line number Diff line <div id="top-bar"> Top Bar </div> No newline at end of file Loading
Plugin.php +0 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,6 @@ class Plugin extends Base public function initialize() { $this->hook->on('template:layout:css', array('template' => 'plugins/MittelTheme/Template/css/main.css')); # $this->template->hook->attach('template:layout:top', 'MittelTheme:layout/top'); # $this->template->setTemplateOverride('header', 'mitteltheme:layout/header'); $this->template->hook->attach('template:auth:login-form:before', 'MittelTheme:layout/login-before'); $this->template->setTemplateOverride('header/title', 'MittelTheme:layout/title', array( Loading
Template/layout/top.phpdeleted 100644 → 0 +0 −3 Original line number Diff line number Diff line <div id="top-bar"> Top Bar </div> No newline at end of file