Thomas Bruederli
2014-08-19 fc52af24f1418d6590a2d37a0d8cc31b123e38f6
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()
@@ -91,8 +90,7 @@
        $attrib['name'] = $attrib['id'];
        return html::tag('iframe', $attrib, '', array(
            'id', 'class', 'style', 'src', 'width', 'height', 'frameborder'));
        return $rcmail->output->frame($attrib);
    }
}