summaryrefslogtreecommitdiff
path: root/templates/top_bar.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-01-27 22:59:37 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-01-27 22:59:37 +0000
commitd4b2a2122cf4bc7db37e96c4052cb8f6e1188526 (patch)
tree68a3aa463609fdf8d3f2635ae74803eb60416e04 /templates/top_bar.tpl
parent82e654a9c1a3cd3eca7bc7b7f3db2668be2213d3 (diff)
downloadkernel-d4b2a2122cf4bc7db37e96c4052cb8f6e1188526.tar.gz
kernel-d4b2a2122cf4bc7db37e96c4052cb8f6e1188526.tar.bz2
kernel-d4b2a2122cf4bc7db37e96c4052cb8f6e1188526.zip
replace old code with new version of the code - we need to stop babysitting outdated code
Diffstat (limited to 'templates/top_bar.tpl')
-rw-r--r--templates/top_bar.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/top_bar.tpl b/templates/top_bar.tpl
index 1784cd8..3588e89 100644
--- a/templates/top_bar.tpl
+++ b/templates/top_bar.tpl
@@ -9,7 +9,7 @@
{/if}
<li class="m-home">
- <a class="head" accesskey="h" href="{$smarty.const.BIT_ROOT_URL}">{$gBitSystemPrefs.site_menu_title|default:$siteTitle}</a>
+ <a class="head" accesskey="h" href="{$smarty.const.BIT_ROOT_URL}">{$gBitSystemPrefs.site_menu_title|default:$gBitSystemPrefs.siteTitle}</a>
{include file="bitpackage:kernel/menu_global.tpl"}
</li>