Thomas Bruederli
2012-09-05 ba3cd80c0c61e679cef92a1f4f51e645090a1472
plugins/hide_blockquote/hide_blockquote.php
@@ -27,11 +27,7 @@
            && ($limit = $rcmail->config->get('hide_blockquote_limit'))
        ) {
            // include styles
            $skin = $rcmail->config->get('skin');
            if (!file_exists($this->home."/skins/$skin/style.css")) {
                $skin = 'default';
            }
            $this->include_stylesheet("skins/$skin/style.css");
            $this->include_stylesheet($this->local_skin_path() . "/style.css");
            // Script and localization
            $this->include_script('hide_blockquote.js');