mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-21 11:46:08 +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:
@@ -98,7 +98,7 @@ if ($mode != '')
|
||||
$rank_info['rank_special'] = 0;
|
||||
}
|
||||
|
||||
page_header($user->lang['RANKS']);
|
||||
adm_page_header($user->lang['RANKS']);
|
||||
|
||||
?>
|
||||
|
||||
@@ -133,7 +133,7 @@ if ($mode != '')
|
||||
|
||||
<?php
|
||||
|
||||
page_footer();
|
||||
adm_page_footer();
|
||||
|
||||
}
|
||||
else if ($mode == 'save')
|
||||
@@ -218,7 +218,7 @@ if ($mode != '')
|
||||
}
|
||||
}
|
||||
|
||||
page_header($user->lang['RANKS']);
|
||||
adm_page_header($user->lang['RANKS']);
|
||||
|
||||
?>
|
||||
|
||||
@@ -268,6 +268,6 @@ if ($row = $db->sql_fetchrow($result))
|
||||
|
||||
<?php
|
||||
|
||||
page_footer();
|
||||
adm_page_footer();
|
||||
|
||||
?>
|
Reference in New Issue
Block a user