1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -44,7 +44,7 @@ $auth->acl($user->data);
// -----------------------------
// Functions
function page_header($sub_title, $meta = '', $table_html = true)
function adm_page_header($sub_title, $meta = '', $table_html = true)
{
global $config, $db, $user, $phpEx;
@@ -107,7 +107,7 @@ td.cat { background-image: url('images/cellpic1.gif') }
}
function page_footer($copyright_html = true)
function adm_page_footer($copyright_html = true)
{
global $cache, $config, $db, $phpEx;
@@ -144,7 +144,7 @@ function page_footer($copyright_html = true)
exit;
}
function page_message($title, $message, $show_header = false)
function adm_page_message($title, $message, $show_header = false)
{
global $phpEx, $SID, $user;