mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
More key changes ...
git-svn-id: file:///svn/phpbb/trunk@3022 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -497,15 +497,10 @@ function generate_smilies($mode)
|
||||
{
|
||||
$template->assign_vars(array(
|
||||
'S_SHOW_EMOTICON_LINK' => true,
|
||||
'L_MORE_SMILIES' => $user->lang['More_emoticons'],
|
||||
|
||||
'U_MORE_SMILIES' => "posting.$phpEx$SID&mode=smilies")
|
||||
);
|
||||
}
|
||||
|
||||
$template->assign_vars(array(
|
||||
'L_EMOTICONS' => $user->lang['Emoticons'],
|
||||
'L_CLOSE_WINDOW' => $user->lang['Close_window'])
|
||||
);
|
||||
}
|
||||
|
||||
if ($mode == 'window')
|
||||
|
Reference in New Issue
Block a user