From 5ce58d0cf0ca60dfab15276de007448f767d9993 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 8 Jul 2001 20:31:13 +0000 Subject: [PATCH] Changed filename git-svn-id: file:///svn/phpbb/trunk@606 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/groupcp.php | 41 ++++++++++++++++++++++ phpBB/includes/page_header.php | 2 +- phpBB/templates/Default/overall_header.tpl | 3 +- phpBB/templates/PSO/overall_header.tpl | 2 +- 4 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 phpBB/groupcp.php diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php new file mode 100644 index 0000000000..58ba4de4a7 --- /dev/null +++ b/phpBB/groupcp.php @@ -0,0 +1,41 @@ + \ No newline at end of file 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"), diff --git a/phpBB/templates/Default/overall_header.tpl b/phpBB/templates/Default/overall_header.tpl index f947f7d510..0d041015c3 100644 --- a/phpBB/templates/Default/overall_header.tpl +++ b/phpBB/templates/Default/overall_header.tpl @@ -57,7 +57,8 @@ A:Hover { {L_WELCOMETO} {SITENAME}
{LOGIN_STATUS} [{L_REGISTER}]  - [{L_PROFILE}]  + [{L_PROFILE}]  + [{L_USERGROUPS}]  [{L_SEARCH}]  [{L_PRIVATEMSGS}]  [{L_MEMBERLIST}]  diff --git a/phpBB/templates/PSO/overall_header.tpl b/phpBB/templates/PSO/overall_header.tpl index 14e1d24a13..f33f70acb1 100644 --- a/phpBB/templates/PSO/overall_header.tpl +++ b/phpBB/templates/PSO/overall_header.tpl @@ -49,7 +49,7 @@ INPUT.text {font-family:"Courier New",courier;font-size:8pt;} {L_FAQ} | {L_MEMBERLIST} | {L_REGISTER} | {L_SEARCH} {L_LAST_VISIT} {S_LAST_VISIT_DATE} - {L_PROFILE} | {L_USERGROUPS} | {L_LOGIN_LOGOUT} + {L_PROFILE} | {L_USERGROUPS} | {L_LOGIN_LOGOUT} {S_LOGINBOX}