diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/subSilver/template/posting_body.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index e0c700d860..91b73b3b98 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -220,6 +220,7 @@ function checkForm() </tr> <tr> <td class="row1" valign="top"><b class="genmed">{L_MESSAGE_BODY}:</b><br /><span class="gensmall">{L_MESSAGE_BODY_EXPLAIN}</span><br /><br /> + <!-- IF S_SMILIES_ALLOWED --> <table width="100%" cellspacing="5" cellpadding="0" border="0" align="center"> <tr> <td class="gensmall" align="center"><b>{L_SMILIES}</b></td> @@ -235,6 +236,7 @@ function checkForm() <!-- ENDIF --> </table> + <!-- ENDIF --> </td> <td class="row2" valign="top"> |