diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-03 23:58:45 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-05-03 23:58:45 +0000 |
| commit | dac0adead30ed70400a2a22f9439a8184ad479d8 (patch) | |
| tree | 6a04b15e16669a1b6900c550ae06c856c06d09d8 /phpBB/adm/admin_words.php | |
| parent | 5b927b016203cf0eb73bc33a787b778b9f614578 (diff) | |
| download | forums-dac0adead30ed70400a2a22f9439a8184ad479d8.tar forums-dac0adead30ed70400a2a22f9439a8184ad479d8.tar.gz forums-dac0adead30ed70400a2a22f9439a8184ad479d8.tar.bz2 forums-dac0adead30ed70400a2a22f9439a8184ad479d8.tar.xz forums-dac0adead30ed70400a2a22f9439a8184ad479d8.zip | |
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
Diffstat (limited to 'phpBB/adm/admin_words.php')
| -rw-r--r-- | phpBB/adm/admin_words.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/adm/admin_words.php b/phpBB/adm/admin_words.php index e8880e86d6..2ff3ff0769 100644 --- a/phpBB/adm/admin_words.php +++ b/phpBB/adm/admin_words.php @@ -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(); } |
