summaryrefslogtreecommitdiff
path: root/templates/header_inc.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-07-17 17:36:43 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-07-17 17:36:43 +0000
commit780230a87b3623626bd006867b0793701afb329a (patch)
tree959d3b8cac0c09900ec5de71c6064677d8b83eb3 /templates/header_inc.tpl
parentb78a91b9c47b1a11c84b1c6022e3ad5ba8538f92 (diff)
downloadthemes-780230a87b3623626bd006867b0793701afb329a.tar.gz
themes-780230a87b3623626bd006867b0793701afb329a.tar.bz2
themes-780230a87b3623626bd006867b0793701afb329a.zip
Merge recent changes from R1 to HEAD - never doing this again.
Diffstat (limited to 'templates/header_inc.tpl')
-rw-r--r--templates/header_inc.tpl36
1 files changed, 36 insertions, 0 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
new file mode 100644
index 0000000..3ed15ec
--- /dev/null
+++ b/templates/header_inc.tpl
@@ -0,0 +1,36 @@
+{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.2 2005/07/17 17:36:43 squareing Exp $ *}
+{strip}
+{if $gBitLoc.styleSheet}
+ <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitLoc.styleSheet}" media="all" />
+{/if}
+{if $gBitLoc.browserStyleSheet}
+ <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitLoc.browserStyleSheet}" media="all" />
+{/if}
+{if $gBitLoc.customStyleSheet}
+ <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitLoc.custumStyleSheet}" media="all" />
+{/if}
+{foreach from=$gBitLoc.altStyleSheets item=alt_path key=alt_name}
+ <link rel="alternate stylesheet" title="{$alt_name}" type="text/css" href="{$alt_path}" media="screen" />
+{/foreach}
+
+{if $gBitSystemPrefs.disable_jstabs ne 'y'}
+ <script type="text/javascript" src="{$gBitLoc.THEMES_PKG_URL}js/tabs/tabpane.js"></script>
+{/if}
+{/strip}
+
+{if $gBitLoc.browser.client eq 'ie'}
+ <!-- this wierdness fixes png display and CSS driven dropdown menus in GUESS WHAT BROWSER -->
+ <!--[if gte IE 5.5000]>
+ <script type="text/javascript" src="{$gBitLoc.THEMES_PKG_URL}js/pngfix.js"></script>
+ <![endif]-->
+ <!--[if gte IE 5.0]>
+ <script type="text/javascript">
+ var nexusMenus = new Array(1)
+ nexusMenus[0] = 'nav'
+ {if $hoverfix}
+ {include file=$hoverfix}
+ {/if}
+ </script>
+ <script type="text/javascript" src="{$gBitLoc.THEMES_PKG_URL}js/hoverfix.js"></script>
+ <![endif]-->
+{/if}