summaryrefslogtreecommitdiff
path: root/themes/garland/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/garland/template.php')
-rw-r--r--themes/garland/template.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/garland/template.php b/themes/garland/template.php
index a6279e6de..f40bebc11 100644
--- a/themes/garland/template.php
+++ b/themes/garland/template.php
@@ -102,11 +102,11 @@ function phptemplate_node_submitted($node) {
*/
function phptemplate_get_ie_styles() {
global $language;
-
+
$iecss = '<link type="text/css" rel="stylesheet" media="all" href="'. base_path() . path_to_theme() .'/fix-ie.css" />';
if (defined('LANGUAGE_RTL') && $language->direction == LANGUAGE_RTL) {
$iecss .= '<style type="text/css" media="all">@import "'. base_path() . path_to_theme() .'/fix-ie-rtl.css";</style>';
}
-
+
return $iecss;
}