diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-04 15:01:35 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-04 15:01:35 +0000 |
commit | f3499d12518c38082c2ecf60958e7336195a941b (patch) | |
tree | 81bc03cd08dd1b900c35022a163b6be3f6ff00ef /phpBB/includes/mcp/mcp_notes.php | |
parent | 6ba50e34d60441e3eaf6c9fe1bff95a902393c84 (diff) | |
download | forums-f3499d12518c38082c2ecf60958e7336195a941b.tar forums-f3499d12518c38082c2ecf60958e7336195a941b.tar.gz forums-f3499d12518c38082c2ecf60958e7336195a941b.tar.bz2 forums-f3499d12518c38082c2ecf60958e7336195a941b.tar.xz forums-f3499d12518c38082c2ecf60958e7336195a941b.zip |
Assign page titles within the mcp
git-svn-id: file:///svn/phpbb/trunk@6008 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/mcp/mcp_notes.php')
-rwxr-xr-x | phpBB/includes/mcp/mcp_notes.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/mcp/mcp_notes.php b/phpBB/includes/mcp/mcp_notes.php index 4544f3cfd3..4c61071ce7 100755 --- a/phpBB/includes/mcp/mcp_notes.php +++ b/phpBB/includes/mcp/mcp_notes.php @@ -35,6 +35,8 @@ class mcp_notes list($action, ) = each($action); } + $this->page_title = 'MCP_NOTES'; + switch ($mode) { case 'front': |