diff options
author | Gotcha <gotcha@piwigo.org> | 2011-02-24 23:39:54 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2011-02-24 23:39:54 +0000 |
commit | ae92b7b2776688e8a515e0bc4b34b5eeb0f2217b (patch) | |
tree | dcd9f4fbd0b2b98490e63aba858f4aa79d3d12f9 /admin/themes/default/template | |
parent | 60999613dbe9c44fd26c8be826cb39b203b9a48f (diff) |
Display installation screen in IE7
git-svn-id: http://piwigo.org/svn/trunk@9373 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template')
-rw-r--r-- | admin/themes/default/template/install.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/default/template/install.tpl b/admin/themes/default/template/install.tpl index 12eed9060..0953e6d4d 100644 --- a/admin/themes/default/template/install.tpl +++ b/admin/themes/default/template/install.tpl @@ -14,6 +14,10 @@ {/if} {/foreach} +<!--[if IE 7]> + <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/default/fix-ie7.css"> +<![endif]--> + <!-- BEGIN get_combined_scripts --> {get_combined_scripts load='header'} <!-- END get_combined_scripts --> |