Aleksander Machniak
2012-07-30 bc92ca56ef6c51393d2782b7654eaa162dfc2e10
plugins/help/help.php
@@ -42,12 +42,11 @@
            'label'      => 'help.help',
        ), 'taskbar');
        $skin = $rcmail->config->get('skin');
        if (!file_exists($this->home."/skins/$skin/help.css"))
            $skin = 'default';
        // add style for taskbar button (must be here) and Help UI
        $this->include_stylesheet("skins/$skin/help.css");
        // add style for taskbar button (must be here) and Help UI
        $skin_path = $this->local_skin_path();
        if (is_file($this->home . "/$skin_path/help.css")) {
            $this->include_stylesheet("$skin_path/help.css");
        }
    }
    function action()