Commit 71ecb883 authored by Aljaž Srebrnič's avatar Aljaž Srebrnič
Browse files

Remove useless template

parent d616d9a7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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(

Template/layout/top.php

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
<div id="top-bar">
    Top Bar
</div>
 No newline at end of file