1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

View forum page is started. Need private forum checking

git-svn-id: file:///svn/phpbb/trunk@34 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-02-23 20:34:43 +00:00
parent fb2ae00b71
commit 52544a7385
4 changed files with 95 additions and 5 deletions

View File

@@ -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"));