From dac0adead30ed70400a2a22f9439a8184ad479d8 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 3 May 2003 23:58:45 +0000 Subject: page header/footer become functions, forum passwords (I know, I know but it appears a popular feature for some reason ... inclusion not yet set in concrete nor complete), various bug fixes (and no doubt new bugs). git-svn-id: file:///svn/phpbb/trunk@3969 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/admin_groups.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/adm/admin_groups.php') diff --git a/phpBB/adm/admin_groups.php b/phpBB/adm/admin_groups.php index 308b0df9ad..93a7a61b4a 100644 --- a/phpBB/adm/admin_groups.php +++ b/phpBB/adm/admin_groups.php @@ -84,7 +84,7 @@ if (!empty($group_id)) } // Page header -page_header($user->lang['MANAGE']); +adm_page_header($user->lang['MANAGE']); // Which page? switch ($action) @@ -906,6 +906,6 @@ function marklist(match, status) \ No newline at end of file -- cgit v1.2.1