diff options
Diffstat (limited to '')
-rw-r--r-- | template/yoga/theme/Sylvia/themeconf.inc.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/template/yoga/theme/Sylvia/themeconf.inc.php b/template/yoga/theme/Sylvia/themeconf.inc.php index 66b953bce..578b34ffb 100644 --- a/template/yoga/theme/Sylvia/themeconf.inc.php +++ b/template/yoga/theme/Sylvia/themeconf.inc.php @@ -5,6 +5,10 @@ $themeconf = array( 'icon_dir' => 'template/yoga/theme/Sylvia/icon', 'admin_icon_dir' => 'template/yoga/icon/admin', 'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/', - 'local_head' => '', + 'local_head' => ' +<!--[if IE]> <--> + <link rel="stylesheet" href="template/yoga/theme/Sylvia/theme-ie.css" type="text/css"> +<!--> <![endif]--> + ', ); ?> |