aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/Sylvia/themeconf.inc.php
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-19 21:02:47 +0000
committervdigital <vdigital@piwigo.org>2008-10-19 21:02:47 +0000
commitc0ba6e46a3199e4b4b20f858d92557b772b9d7a0 (patch)
tree1a8239eab7adbc6e9025a3bf2364a54184f5b4c5 /template/yoga/theme/Sylvia/themeconf.inc.php
parenta6be0e500b91696013b1580915c21493ce6c39b1 (diff)
Merging revisions 2778-2779
0 comment is removed (Start with 1) Accurate samples/my-picture.tpl... CSS 2.1 cannot be reached (14 errors left). IE rule set is created (including IE hack). git-svn-id: http://piwigo.org/svn/trunk@2780 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/theme/Sylvia/themeconf.inc.php6
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]-->
+ ',
);
?>