mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-22 04:07:04 +02:00
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
This commit is contained in:
@@ -54,7 +54,7 @@ if (isset($_POST['doprune']))
|
||||
// Convert days to seconds for timestamp functions...
|
||||
$prunedate = time() - ($prunedays * 86400);
|
||||
|
||||
page_header($user->lang['PRUNE']);
|
||||
adm_page_header($user->lang['PRUNE']);
|
||||
|
||||
?>
|
||||
|
||||
@@ -124,11 +124,11 @@ if (isset($_POST['doprune']))
|
||||
|
||||
<?php
|
||||
|
||||
page_footer();
|
||||
adm_page_footer();
|
||||
|
||||
}
|
||||
|
||||
page_header($user->lang['PRUNE']);
|
||||
adm_page_header($user->lang['PRUNE']);
|
||||
|
||||
?>
|
||||
|
||||
@@ -192,6 +192,6 @@ else
|
||||
|
||||
}
|
||||
|
||||
page_footer();
|
||||
adm_page_footer();
|
||||
|
||||
?>
|
Reference in New Issue
Block a user