diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-24 15:32:24 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-24 15:32:24 +0100 |
commit | 1730cf8d7b59c04e3db0b5425c5cd9401bfc1c43 (patch) | |
tree | 4c3535ff824bf84c3e979d83daeb2f6391834aeb /program/include/rcmail_output_html.php | |
parent | 11d7e6c825890ac147fbeb2748e933d2dda9c1ef (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.php | 1 |
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(); |