diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-07-16 13:12:25 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-07-16 13:12:25 +0200 |
commit | 87c434ceeeeb15fff4bbada53294c4dd63ecd9f6 (patch) | |
tree | d96783ad1c6aac24ec6c68226ffece22e8cf2255 /lib | |
parent | 42ccccebedab0b07d7f4bad082e82b32a08902ea (diff) | |
download | rpg-87c434ceeeeb15fff4bbada53294c4dd63ecd9f6.tar.gz rpg-87c434ceeeeb15fff4bbada53294c4dd63ecd9f6.tar.bz2 |
useheading fixes #460 #465
darcs-hash:20050716111225-7ad00-913c36c65ac1a985fea60eed57fc7391328bfacd.gz
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tpl/default/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tpl/default/main.php b/lib/tpl/default/main.php index b3b0d5de1..7d3c1c46f 100644 --- a/lib/tpl/default/main.php +++ b/lib/tpl/default/main.php @@ -17,7 +17,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $conf['lang']?>" lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction']?>"> <head> - <title><?php echo $ID?> [<?php echo hsc($conf['title'])?>]</title> + <title><?php tpl_pagetitle()?> [<?php echo hsc($conf['title'])?>]</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <?php tpl_metaheaders()?> |