diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-29 05:43:37 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-29 05:43:37 +0000 |
| commit | 0f3041b8c92fa6d10961573f5fadc082f94317ec (patch) | |
| tree | 2b2db22d91402d9d759e9e46f4768c9792a053ff | |
| parent | 63e4bd39656de55288f419f8a576fe7d2b1b5e94 (diff) | |
| download | kernel-0f3041b8c92fa6d10961573f5fadc082f94317ec.tar.gz kernel-0f3041b8c92fa6d10961573f5fadc082f94317ec.tar.bz2 kernel-0f3041b8c92fa6d10961573f5fadc082f94317ec.zip | |
Merge recent changes from R1 into HEAD
| -rw-r--r-- | templates/header.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/header.tpl b/templates/header.tpl index ba9b83f..7ab03fd 100644 --- a/templates/header.tpl +++ b/templates/header.tpl @@ -81,7 +81,9 @@ <script type="text/javascript"> var nexusMenus = new Array(1) nexusMenus[0] = 'nav' - {php}if( is_file( TEMP_PKG_PATH.'nexus/modules/hoverfix_array.js' ) ) { include_once( TEMP_PKG_PATH.'nexus/modules/hoverfix_array.js' ); }{/php} + {if $hoverfix} + {include file=$hoverfix} + {/if} </script> <script type="text/javascript" src="{$gBitLoc.THEMES_PKG_URL}js/hoverfix.js"></script> <![endif]--> |
