From 782482df3833756effbeaf859ae3affc1dcd9971 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 9 Nov 2002 00:47:14 +0000 Subject: More key changes ... git-svn-id: file:///svn/phpbb/trunk@3022 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/functions_posting.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'phpBB/includes') 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') -- cgit v1.2.1