aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/page_header.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-02-23 20:34:43 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-02-23 20:34:43 +0000
commit52544a73858205d7aad76d5ca61390a2d4fbd809 (patch)
treedfbb514642f7f11029e6041528cdfb405ca65d66 /phpBB/page_header.php
parentfb2ae00b71a57b4e9adcfb82fbb4ce9c04c2f1d8 (diff)
downloadforums-52544a73858205d7aad76d5ca61390a2d4fbd809.tar
forums-52544a73858205d7aad76d5ca61390a2d4fbd809.tar.gz
forums-52544a73858205d7aad76d5ca61390a2d4fbd809.tar.bz2
forums-52544a73858205d7aad76d5ca61390a2d4fbd809.tar.xz
forums-52544a73858205d7aad76d5ca61390a2d4fbd809.zip
View forum page is started. Need private forum checking
git-svn-id: file:///svn/phpbb/trunk@34 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/page_header.php')
-rw-r--r--phpBB/page_header.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/page_header.php b/phpBB/page_header.php
index 1f4bf2d4d6..b259220977 100644
--- a/phpBB/page_header.php
+++ b/phpBB/page_header.php
@@ -35,7 +35,6 @@ $template->pparse("output", "overall_header");
switch($pagetype)
{
case 'index':
- $page_title = "Forum Index";
$template->set_file(array("header" => "index_header.tpl",
"body" => "index_body.tpl",
"footer" => "index_footer.tpl"));
@@ -50,7 +49,6 @@ switch($pagetype)
break;
case 'viewforum':
- $page_title = "View Forum";
$template->set_file(array("header" => "viewforum_header.tpl",
"body" => "viewforum_body.tpl",
"footer" => "viewforum_footer.tpl"));