1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Assign page titles within the mcp

git-svn-id: file:///svn/phpbb/trunk@6008 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Graham Eames
2006-06-04 15:01:35 +00:00
parent 6ba50e34d6
commit f3499d1251
7 changed files with 14 additions and 6 deletions

View File

@@ -135,6 +135,7 @@ class mcp_main
mcp_front_view($id, $mode, $action);
$this->tpl_name = 'mcp_front';
$this->page_title = 'MCP_MAIN';
break;
case 'forum_view':
@@ -157,6 +158,7 @@ class mcp_main
mcp_forum_view($id, $mode, $action, $forum_info);
$this->tpl_name = 'mcp_forum';
$this->page_title = 'MCP_MAIN_FORUM_VIEW';
break;
case 'topic_view':
@@ -165,6 +167,7 @@ class mcp_main
mcp_topic_view($id, $mode, $action);
$this->tpl_name = 'mcp_topic';
$this->page_title = 'MCP_MAIN_TOPIC_VIEW';
break;
case 'post_details':
@@ -180,6 +183,7 @@ class mcp_main
{
$this->tpl_name = 'mcp_post';
}
$this->page_title = 'MCP_MAIN_POST_DETAILS';
break;
default: