aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_editor.html
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-05-06 19:01:00 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-05-06 19:01:00 +0000
commit5deee5b426eacea0ba63b83d3b15d2a11e994d9e (patch)
tree3e33facc326153d3453edb686f9a3e2468ef63ef /phpBB/styles/prosilver/template/posting_editor.html
parentdf669f18f1a25638da00ca7d8d22f9c46ff534ca (diff)
downloadforums-5deee5b426eacea0ba63b83d3b15d2a11e994d9e.tar
forums-5deee5b426eacea0ba63b83d3b15d2a11e994d9e.tar.gz
forums-5deee5b426eacea0ba63b83d3b15d2a11e994d9e.tar.bz2
forums-5deee5b426eacea0ba63b83d3b15d2a11e994d9e.tar.xz
forums-5deee5b426eacea0ba63b83d3b15d2a11e994d9e.zip
#10563
git-svn-id: file:///svn/phpbb/trunk@7489 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html
index 0d86a5e7e3..8a5d95ed4d 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -107,7 +107,7 @@
<!-- INCLUDE posting_buttons.html -->
<div id="smiley-box">
- <!-- IF .smiley -->
+ <!-- IF S_SMILIES_ALLOWED AND .smiley -->
<strong>{L_SMILIES}</strong><br />
<!-- BEGIN smiley -->
<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>