1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 00:37:42 +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:
Paul S. Owen
2003-05-03 23:58:45 +00:00
parent 5b927b0162
commit dac0adead3
38 changed files with 585 additions and 520 deletions

View File

@@ -108,7 +108,7 @@ if (isset($_POST['username']) || isset($_REQUEST['u']))
// Output relevant page
page_header($user->lang['MANAGE']);
adm_page_header($user->lang['MANAGE']);
?>
@@ -280,7 +280,7 @@ if (isset($_POST['username']) || isset($_REQUEST['u']))
}
page_footer();
adm_page_footer();
}
@@ -290,7 +290,7 @@ if (!$auth->acl_get('a_user'))
trigger_error($user->lang['No_admin']);
}
page_header($user->lang['Manage']);
adm_page_header($user->lang['Manage']);
?>
@@ -310,7 +310,7 @@ page_header($user->lang['Manage']);
<?php
page_footer();
adm_page_footer();
// ---------
// FUNCTIONS