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:
@@ -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"));
|
||||
|
Reference in New Issue
Block a user