1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-28 12:30:42 +02:00

- fixed move_pm and delete_pm

git-svn-id: file:///svn/phpbb/trunk@4997 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-10-08 11:04:18 +00:00
parent 2ac2d296e0
commit 3f85d01341
2 changed files with 27 additions and 14 deletions

View File

@@ -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')