Skip to content

Commit

Permalink
changed css hook call for KB 1.0.33 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Busfreak authored and TimoStahl committed Sep 6, 2016
1 parent 5ab0584 commit 9b2cf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public function initialize() {
$this->template->setTemplateOverride('task_file/images', 'coverimage:task_file/images');

//Board
$this->hook->on('template:layout:css', 'plugins/Coverimage/assets/css/board.css');
$this->hook->on('template:layout:css', array('template' => 'plugins/Coverimage/assets/css/board.css'));
$this->template->hook->attach('template:board:private:task:after-title', 'coverimage:board/task');
}

Expand Down

0 comments on commit 9b2cf1d

Please sign in to comment.