aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/index.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-11-18 22:18:46 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-11-18 22:18:46 +0000
commitf035a216c7b25ec6dcfe6011a0cb27ad36582611 (patch)
treeade1c07d527ea8282b60799902b34f141c30a234 /phpBB/index.php
parentc7bc2e37bd911db403d20da02797161e58643f99 (diff)
downloadforums-f035a216c7b25ec6dcfe6011a0cb27ad36582611.tar
forums-f035a216c7b25ec6dcfe6011a0cb27ad36582611.tar.gz
forums-f035a216c7b25ec6dcfe6011a0cb27ad36582611.tar.bz2
forums-f035a216c7b25ec6dcfe6011a0cb27ad36582611.tar.xz
forums-f035a216c7b25ec6dcfe6011a0cb27ad36582611.zip
Could've sworn I'd commited this ... oh well, brain is going, yeah I know, what brain?
git-svn-id: file:///svn/phpbb/trunk@1364 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r--phpBB/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/index.php b/phpBB/index.php
index 54cd288c68..f9e1965725 100644
--- a/phpBB/index.php
+++ b/phpBB/index.php
@@ -408,7 +408,7 @@ else
// we do this here because of the mark topics read cookie
// code
//
-$page_title = $lang['Forum_Index'];
+$page_title = $lang['Index'];
include($phpbb_root_path . 'includes/page_header.'.$phpEx);
//