diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-19 20:55:23 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-19 20:55:23 +0000 |
commit | 4e6e78d04cdb685a535974d3a3b2721dac15a4c1 (patch) | |
tree | 91b1254329f38d403faf54b946fd852253d3f661 /template/yoga/theme/Sylvia/themeconf.inc.php | |
parent | aa1a71488f556c24eac6171dbde569faea3faeaf (diff) |
CSS 2.1 cannot be reached (14 errors left).
IE rule set is created (including IE hack).
git-svn-id: http://piwigo.org/svn/branches/2.0@2778 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/theme/Sylvia/themeconf.inc.php')
-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]--> + ', ); ?> |