summaryrefslogtreecommitdiff
path: root/program/include/rcmail_output_html.php
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-01-24 15:32:24 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-25 12:43:03 +0100
commit39bb93d9ae553f637b3d2356e51c8a21541888e4 (patch)
tree822e350fa485bf10b134c4a1bc5e39862d280948 /program/include/rcmail_output_html.php
parenta7cec740ade3588a6b4ff4e9386e18d60acbe4fb (diff)
Load a default stylesheet (embed.css) from skin in plain html pages (e.g. attachment warnings and html messages)
Diffstat (limited to 'program/include/rcmail_output_html.php')
-rw-r--r--program/include/rcmail_output_html.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php
index cd5f4dddc6..f753bf8e1 100644
--- a/program/include/rcmail_output_html.php
+++ b/program/include/rcmail_output_html.php
@@ -164,6 +164,7 @@ class rcmail_output_html extends rcmail_output
}
$this->config->set('skin_path', $skin_path);
+ $this->base_path = $skin_path;
// register skin path(s)
$this->skin_paths = array();