aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_posting.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index 959f0d5c20..a198b1dcf8 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -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')