diff options
author | David M <davidmj@users.sourceforge.net> | 2007-05-06 19:01:00 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-05-06 19:01:00 +0000 |
commit | 5deee5b426eacea0ba63b83d3b15d2a11e994d9e (patch) | |
tree | 3e33facc326153d3453edb686f9a3e2468ef63ef /phpBB/styles/prosilver/template/posting_editor.html | |
parent | df669f18f1a25638da00ca7d8d22f9c46ff534ca (diff) | |
download | forums-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.html | 2 |
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> |