aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-11-09 00:47:14 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-11-09 00:47:14 +0000
commit782482df3833756effbeaf859ae3affc1dcd9971 (patch)
tree498d4d4ad4b181e7f983d527c7afad4ff4bb39d5 /phpBB/includes
parent9d2219b39a21abc74aef0f7d2710c4da0cb7c9b0 (diff)
downloadforums-782482df3833756effbeaf859ae3affc1dcd9971.tar
forums-782482df3833756effbeaf859ae3affc1dcd9971.tar.gz
forums-782482df3833756effbeaf859ae3affc1dcd9971.tar.bz2
forums-782482df3833756effbeaf859ae3affc1dcd9971.tar.xz
forums-782482df3833756effbeaf859ae3affc1dcd9971.zip
More key changes ...
git-svn-id: file:///svn/phpbb/trunk@3022 89ea8834-ac86-4346-8a33-228a782c2dd0
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&amp;mode=smilies")
);
}
-
- $template->assign_vars(array(
- 'L_EMOTICONS' => $user->lang['Emoticons'],
- 'L_CLOSE_WINDOW' => $user->lang['Close_window'])
- );
}
if ($mode == 'window')