aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/admin_viewlogs.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/admin_viewlogs.php')
-rw-r--r--phpBB/adm/admin_viewlogs.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/admin_viewlogs.php b/phpBB/adm/admin_viewlogs.php
index 6a997fb62d..fa582ab3c2 100644
--- a/phpBB/adm/admin_viewlogs.php
+++ b/phpBB/adm/admin_viewlogs.php
@@ -99,7 +99,7 @@ $sql_sort = $sort_by_sql[$sort_key] . ' ' . (($sort_dir == 'd') ? 'DESC' : 'ASC'
// Output page
-page_header($l_title);
+adm_page_header($l_title);
?>
@@ -221,6 +221,6 @@ function marklist(status)
<?php
-page_footer();
+adm_page_footer();
?> \ No newline at end of file