Commit 7433cfc1 authored by Frederic Guillot's avatar Frederic Guillot
Browse files

Merge pull-request #1

parents 88fcd583 1f21b0ff
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
<?php

namespace Kanboard\Plugin\Theme;

use Kanboard\Core\Plugin\Base;

class Plugin extends Base
@@ -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');
    }
}