diff options
Diffstat (limited to 'phpBB/adm/admin_groups.php')
-rw-r--r-- | phpBB/adm/admin_groups.php | 4 |
1 files changed, 2 insertions, 2 deletions
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) <?php -page_footer(); +adm_page_footer(); ?>
\ No newline at end of file |