summaryrefslogtreecommitdiff
path: root/templates/header.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/header.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/header.tpl')
-rw-r--r--templates/header.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.tpl b/templates/header.tpl
index 33d85c0..2ff7e71 100644
--- a/templates/header.tpl
+++ b/templates/header.tpl
@@ -2,7 +2,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>{$browserTitle} - {$gBitSystemPrefs.siteTitle}</title>
+ <title>{$browserTitle} - {$gBitSystemPrefs.site_title}</title>
{* get custom header files from individual packages *}
{foreach from=$gBitSystem->mStyles.headerIncFiles item=file}