summaryrefslogtreecommitdiff
path: root/templates/header_inc.tpl
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-09-27 15:47:27 +0000
committerChristian Fowler <spider@viovio.com>2006-09-27 15:47:27 +0000
commit35c46a7c9322ec03c309e8d1fb0f3ab484df2d12 (patch)
tree716021bf7cbcbff39aac438660c924dbbbcc3604 /templates/header_inc.tpl
parent3cfbaa59dcee56d4c5d5b329a1fd22a58a5325d6 (diff)
downloadthemes-35c46a7c9322ec03c309e8d1fb0f3ab484df2d12.tar.gz
themes-35c46a7c9322ec03c309e8d1fb0f3ab484df2d12.tar.bz2
themes-35c46a7c9322ec03c309e8d1fb0f3ab484df2d12.zip
revert MSIE removal and add note to see top_bar.tpl for people with custom themes
Diffstat (limited to 'templates/header_inc.tpl')
-rw-r--r--templates/header_inc.tpl14
1 files changed, 3 insertions, 11 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index b9b13ce..082b0a4 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.25 2006/09/22 16:47:32 spiderr Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.26 2006/09/27 15:47:27 spiderr Exp $ *}
{strip}
{if $gBitSystem->isFeatureActive( 'site_style_layout' )}
<link rel="stylesheet" title="{$style}" type="text/css" href="{$smarty.const.THEMES_PKG_URL}layouts/{$gBitSystem->getConfig('site_style_layout')}.css" media="all" />
@@ -83,13 +83,5 @@
<script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/libs/fat.js"></script>
{/if}
-{* this is also required for drop menus to work properly on MSIE. Do not remove until all issues are fully handled. - spiderr *}
-{if $gBrowserInfo.browser eq 'ie'}
- <!-- this wierdness fixes png display and CSS driven dropdown menus in GUESS WHAT BROWSER -->
- <!--[if lt IE 7]>
- <script type="text/javascript">
- IE7_PNG_SUFFIX = ".png";
- </script>
- <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/fixes/ie7/ie7-standard-p.js"></script>
- <![endif]-->
-{/if}
+{* Note changes to top_bar.tpl to support dropdowns on MSIE. - spiderr *}
+