mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +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:
@@ -91,7 +91,7 @@ if ($mode != '')
|
||||
$s_hidden_fields .= '<input type="hidden" name="id" value="' . $word_id . '" />';
|
||||
}
|
||||
|
||||
page_header($user->lang['WORDS_TITLE']);
|
||||
adm_page_header($user->lang['WORDS_TITLE']);
|
||||
|
||||
?>
|
||||
|
||||
@@ -118,7 +118,7 @@ if ($mode != '')
|
||||
|
||||
<?php
|
||||
|
||||
page_footer();
|
||||
adm_page_footer();
|
||||
break;
|
||||
|
||||
case 'save':
|
||||
@@ -172,7 +172,7 @@ if ($mode != '')
|
||||
else
|
||||
{
|
||||
|
||||
page_header($user->lang['WORDS_TITLE']);
|
||||
adm_page_header($user->lang['WORDS_TITLE']);
|
||||
|
||||
?>
|
||||
|
||||
@@ -222,7 +222,7 @@ else
|
||||
|
||||
<?php
|
||||
|
||||
page_footer();
|
||||
adm_page_footer();
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user