Thomas Bruederli
2013-03-24 551ebd46de00742a5c88b229fe72c7112652a626
Ensure backwards compatibility by considering old-style skin_path attribute for <roundcube:include ...> tags
1 files modified
1 ■■■■ changed files
program/include/rcmail_output_html.php 1 ●●●● patch | view | raw | blame | history
program/include/rcmail_output_html.php
@@ -873,6 +873,7 @@
            // include a file
            case 'include':
                $old_base_path = $this->base_path;
                if (!empty($attrib['skin_path'])) $attrib['skinpath'] = $attrib['skin_path'];
                if ($path = $this->get_skin_file($attrib['file'], $skin_path, $attrib['skinpath'])) {
                    $this->base_path = preg_replace('!plugins/\w+/!', '', $skin_path);  // set base_path to core skin directory (not plugin's skin)
                    $path = realpath($path);