summaryrefslogtreecommitdiff
path: root/templates/top_bar.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-02-05 21:30:55 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-02-05 21:30:55 +0000
commitd75b8076f4f48359620e03fad74dad3f54389595 (patch)
tree5ba9443d23dfdfffc2334642ac0a6b6d0c1b2088 /templates/top_bar.tpl
parentf1f617244e723371cb75960a50bfb922691e93b5 (diff)
downloadkernel-d75b8076f4f48359620e03fad74dad3f54389595.tar.gz
kernel-d75b8076f4f48359620e03fad74dad3f54389595.tar.bz2
kernel-d75b8076f4f48359620e03fad74dad3f54389595.zip
use standard lowercase under_score naming convention for all preferences stored in kernel_prefs
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 3588e89..d191313 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:$gBitSystemPrefs.siteTitle}</a>
+ <a class="head" accesskey="h" href="{$smarty.const.BIT_ROOT_URL}">{$gBitSystemPrefs.site_menu_title|default:$gBitSystemPrefs.site_title}</a>
{include file="bitpackage:kernel/menu_global.tpl"}
</li>