aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/page_header.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-07-08 20:31:13 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-07-08 20:31:13 +0000
commit5ce58d0cf0ca60dfab15276de007448f767d9993 (patch)
tree697cebd18b031ae1b79ae0d96dcb3d3bc13d95f2 /phpBB/includes/page_header.php
parent613d62ac79fb62bd523274d2793b015c00104237 (diff)
downloadforums-5ce58d0cf0ca60dfab15276de007448f767d9993.tar
forums-5ce58d0cf0ca60dfab15276de007448f767d9993.tar.gz
forums-5ce58d0cf0ca60dfab15276de007448f767d9993.tar.bz2
forums-5ce58d0cf0ca60dfab15276de007448f767d9993.tar.xz
forums-5ce58d0cf0ca60dfab15276de007448f767d9993.zip
Changed filename
git-svn-id: file:///svn/phpbb/trunk@606 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/page_header.php')
-rw-r--r--phpBB/includes/page_header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/page_header.php b/phpBB/includes/page_header.php
index 931c84614a..e7a676ba2f 100644
--- a/phpBB/includes/page_header.php
+++ b/phpBB/includes/page_header.php
@@ -245,7 +245,7 @@ $template->assign_vars(array(
"U_VIEWONLINE" => append_sid("viewonline.$phpEx"),
"U_LOGIN_LOGOUT" => append_sid($u_login_logout),
"U_MEMBERSLIST" => append_sid("memberlist.".$phpEx),
- "U_GROUP_ADMIN" => append_sid("groupadmin.".$phpEx),
+ "U_GROUP_CP" => append_sid("groupcp.".$phpEx),
"S_TIMEZONE" => $s_timezone,
"S_LOGIN_ACTION" => append_sid("login.$phpEx"),