aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/Sylvia/themeconf.inc.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-11-19 19:45:32 +0000
committervdigital <vdigital@piwigo.org>2008-11-19 19:45:32 +0000
commit3c2c976441dce2dff24f17348add1b52a5d7b4e3 (patch)
tree3bcc945014955e94434664e32ae258eccf3e0b7e /template/yoga/theme/Sylvia/themeconf.inc.php
parent40b624552d3bdd52f808f6c4f0e1ad0770a27312 (diff)
merge -c2888 from branch 2.0 to trunk
Colored scrollbar in theme-ie.css (for IE) git-svn-id: http://piwigo.org/svn/trunk@2889 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/Sylvia/themeconf.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/yoga/theme/Sylvia/themeconf.inc.php b/template/yoga/theme/Sylvia/themeconf.inc.php
index 578b34ffb..3c99c66cd 100644
--- a/template/yoga/theme/Sylvia/themeconf.inc.php
+++ b/template/yoga/theme/Sylvia/themeconf.inc.php
@@ -6,9 +6,9 @@ $themeconf = array(
'admin_icon_dir' => 'template/yoga/icon/admin',
'mime_icon_dir' => 'template/yoga/theme/Sylvia/icon/mimetypes/',
'local_head' => '
-<!--[if IE]> <-->
+<!--[if IE]>
<link rel="stylesheet" href="template/yoga/theme/Sylvia/theme-ie.css" type="text/css">
-<!--> <![endif]-->
+<![endif]-->
',
);
?>