aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/posting_body.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-27 11:39:28 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-27 11:39:28 +0000
commita0acfb6a3fce9a547d19c28ac99654275152ac98 (patch)
tree59d71ce527bf17e17be53fa47c728090cc647453 /phpBB/styles/subsilver2/template/posting_body.html
parent4066849b726b279923d0518c4754f21b464186a4 (diff)
downloadforums-a0acfb6a3fce9a547d19c28ac99654275152ac98.tar
forums-a0acfb6a3fce9a547d19c28ac99654275152ac98.tar.gz
forums-a0acfb6a3fce9a547d19c28ac99654275152ac98.tar.bz2
forums-a0acfb6a3fce9a547d19c28ac99654275152ac98.tar.xz
forums-a0acfb6a3fce9a547d19c28ac99654275152ac98.zip
Minor captcha API change - disable display of plugin by returning false in get_template.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9869 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_body.html')
-rw-r--r--phpBB/styles/subsilver2/template/posting_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html
index f8996b1517..963e6fe966 100644
--- a/phpBB/styles/subsilver2/template/posting_body.html
+++ b/phpBB/styles/subsilver2/template/posting_body.html
@@ -332,7 +332,7 @@
</tr>
<!-- ENDIF -->
- <!-- IF S_CONFIRM_CODE -->
+ <!-- IF CAPTCHA_TEMPLATE and S_CONFIRM_CODE -->
<!-- INCLUDE {CAPTCHA_TEMPLATE} -->
<!-- ENDIF -->