aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/admin_disallow.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/admin_disallow.php')
-rw-r--r--phpBB/adm/admin_disallow.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/admin_disallow.php b/phpBB/adm/admin_disallow.php
index af7c7fdf3d..f8f92a699e 100644
--- a/phpBB/adm/admin_disallow.php
+++ b/phpBB/adm/admin_disallow.php
@@ -99,7 +99,7 @@ if ($row = $db->sql_fetchrow($result))
}
// Output page
-page_header($user->lang['DISALLOW']);
+adm_page_header($user->lang['DISALLOW']);
?>
@@ -160,6 +160,6 @@ page_header($user->lang['DISALLOW']);
<?php
-page_footer();
+adm_page_footer();
?> \ No newline at end of file