diff options
Diffstat (limited to 'themes/elegant/local_head.tpl')
-rw-r--r-- | themes/elegant/local_head.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/elegant/local_head.tpl b/themes/elegant/local_head.tpl index bdb3ca729..0be176629 100644 --- a/themes/elegant/local_head.tpl +++ b/themes/elegant/local_head.tpl @@ -2,4 +2,7 @@ {combine_script id='elegant.scripts_pp' load='footer' require='jquery' path='themes/elegant/scripts_pp.js'}
{else}
{combine_script id='elegant.scripts' load='footer' require='jquery' path='themes/elegant/scripts.js'}
-{/if}
\ No newline at end of file +{/if}
+ <!--[if IE 7]>
+ <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/elegant/fix-ie7.css">
+ <![endif]-->
|