summaryrefslogtreecommitdiff
path: root/templates/top_bar.tpl
diff options
context:
space:
mode:
authorJerry Russell <windblown@users.sourceforge.net>2006-07-04 20:44:56 +0000
committerJerry Russell <windblown@users.sourceforge.net>2006-07-04 20:44:56 +0000
commit0e76201429a2efac38311f7f645f1d3756be306a (patch)
tree6304c92f7e9ce75f4c3ae6d3fb1d4fec44ad52d6 /templates/top_bar.tpl
parentb64725bbe1cbedd4b8449ce7cab619b801b9eeb3 (diff)
downloadkernel-0e76201429a2efac38311f7f645f1d3756be306a.tar.gz
kernel-0e76201429a2efac38311f7f645f1d3756be306a.tar.bz2
kernel-0e76201429a2efac38311f7f645f1d3756be306a.zip
Added code to prevent outputfilter.highlight.php from highlighting inside modules or menus. Modified templates as necessary with <!-- nohighlight --> markers
Diffstat (limited to 'templates/top_bar.tpl')
-rw-r--r--templates/top_bar.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/top_bar.tpl b/templates/top_bar.tpl
index b1509f7..0cbed34 100644
--- a/templates/top_bar.tpl
+++ b/templates/top_bar.tpl
@@ -1,5 +1,7 @@
{strip}
+<!-- nohighlight -->
<div id="bittopbar">
+
<ul id="nav" class="menu hor">
{if $use_custom_top_bar and $gBitSystem->getConfig('nexus_top_bar') eq 'replace'}
{include file="`$smarty.const.TEMP_PKG_PATH`nexus/modules/top_bar_inc.tpl"}
@@ -45,6 +47,8 @@
{/if}
{/if}
</ul>
+
<div class="clear"></div>
</div>
+<!-- /nohighlight -->
{/strip}