diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2004-10-08 11:04:18 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2004-10-08 11:04:18 +0000 |
commit | 3f85d0134174a453d707de1a1b6975c6bf54ae14 (patch) | |
tree | a29406c44cb5fea3d5587981acf8f89694f06e16 /phpBB/includes/functions_posting.php | |
parent | 2ac2d296e0581bcee218e8e06e734691b016e577 (diff) | |
download | forums-3f85d0134174a453d707de1a1b6975c6bf54ae14.tar forums-3f85d0134174a453d707de1a1b6975c6bf54ae14.tar.gz forums-3f85d0134174a453d707de1a1b6975c6bf54ae14.tar.bz2 forums-3f85d0134174a453d707de1a1b6975c6bf54ae14.tar.xz forums-3f85d0134174a453d707de1a1b6975c6bf54ae14.zip |
- fixed move_pm and delete_pm
git-svn-id: file:///svn/phpbb/trunk@4997 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_posting.php')
-rw-r--r-- | phpBB/includes/functions_posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php index 61a2620e74..7d4849b4e8 100644 --- a/phpBB/includes/functions_posting.php +++ b/phpBB/includes/functions_posting.php @@ -35,7 +35,7 @@ function generate_smilies($mode, $forum_id) $user->setup('posting'); } - page_header($user->lang['SMILIES']); + page_header($user->lang['EMOTICONS']); $template->set_filenames(array( 'body' => 'posting_smilies.html') |