diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2005-11-20 18:58:34 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2005-11-20 18:58:34 +0000 |
| commit | 0202eb8a66920b43d37582bbd205a25f68523150 (patch) | |
| tree | b3a4305900778053b729f15bcca1b244d2d510f8 /phpBB/includes/acp/acp_main.php | |
| parent | 9f1f945d5d78f049bf44e0c6afb7eefeb549f406 (diff) | |
| download | forums-0202eb8a66920b43d37582bbd205a25f68523150.tar forums-0202eb8a66920b43d37582bbd205a25f68523150.tar.gz forums-0202eb8a66920b43d37582bbd205a25f68523150.tar.bz2 forums-0202eb8a66920b43d37582bbd205a25f68523150.tar.xz forums-0202eb8a66920b43d37582bbd205a25f68523150.zip | |
- more acp additions and changes...
git-svn-id: file:///svn/phpbb/trunk@5310 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_main.php')
| -rw-r--r-- | phpBB/includes/acp/acp_main.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_main.php b/phpBB/includes/acp/acp_main.php index 98d38789fe..9c31528955 100644 --- a/phpBB/includes/acp/acp_main.php +++ b/phpBB/includes/acp/acp_main.php @@ -377,6 +377,7 @@ class acp_main } $this->tpl_name = 'acp_main'; + $this->page_title = 'ACP_MAIN'; } } @@ -389,10 +390,10 @@ class acp_main_info { return array( 'filename' => 'acp_main', - 'title' => 'ACP Index', + 'title' => 'ACP_INDEX', 'version' => '1.0.0', 'modes' => array( - 'main' => array('title' => 'Index', 'auth' => ''), + 'main' => array('title' => 'ACP_INDEX', 'auth' => ''), ), ); } |
