Use rcube_plugin::local_skin_path() to properly read skin setting
This commit is contained in:
parent
5343592b86
commit
e6fff6a96a
1 changed files with 1 additions and 2 deletions
|
@ -51,8 +51,7 @@ class tasklist_ui
|
|||
'label' => 'tasklist.navtitle',
|
||||
), 'taskbar');
|
||||
|
||||
$skin = $this->rc->config->get('skin');
|
||||
$this->plugin->include_stylesheet('skins/' . $skin . '/tasklist.css');
|
||||
$this->plugin->include_stylesheet($this->plugin->local_skin_path() . '/tasklist.css');
|
||||
$this->ready = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue