From b4f7c665bbe31d4ddbdca8c9f89eedb1d6187582 Mon Sep 17 00:00:00 2001 From: thomascube Date: Tue, 26 May 2009 12:28:04 +0000 Subject: Tweak default skin with better icons (sprites) and move IE hacks to an external file included by conditional comments --- program/include/rcube_template.php | 1 + 1 file changed, 1 insertion(+) (limited to 'program/include/rcube_template.php') diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php index dc4b5e1c0..d8c217693 100755 --- a/program/include/rcube_template.php +++ b/program/include/rcube_template.php @@ -587,6 +587,7 @@ class rcube_template extends rcube_html_page else { $incl = file_get_contents($path); } + $incl = $this->parse_conditions($incl); return $this->parse_xml($incl); } break; -- cgit v1.2.3