Thomas Bruederli
2012-11-12 3806f168b9ca797ad6e6bfa0743345b00c612e2a
Fix skin template paths when linking js and css files (#1488790)
1 files modified
2 ■■■ changed files
program/include/rcube_output_html.php 2 ●●● patch | view | raw | blame | history
program/include/rcube_output_html.php
@@ -457,7 +457,7 @@
            if (is_readable($path)) {
                $this->config->set('skin_path', $skin_path);
                $this->base_path = $skin_path;
                $this->base_path = preg_replace('!plugins/\w+/!', '', $skin_path);  // set base_path to core skin directory (not plugin's skin)
                break;
            }
            else {