Update of /cvsroot/php-blog/serendipity/templates/wp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18506
Modified Files:
commentform.tpl
Log Message:
Get comments + captchas to work. Thanks to Tom for bringing it up.
Index: commentform.tpl
===================================================================
RCS file: /cvsroot/php-blog/serendipity/templates/wp/commentform.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- commentform.tpl 11 Dec 2004 20:47:43 -0000 1.1
+++ commentform.tpl 12 Dec 2004 05:37:10 -0000 1.2
@@ -1,10 +1,12 @@
<p>
<p><a href='{$serendipityBaseURL}/rss.php?version=2.0&type=comments&cid={$commentform_id}'><abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.</a></p>
<h2 id="postcomment">Leave a comment</h2>
- <p>{serendipity_hookPlugin hook="frontend_comment" data=$commentform_entry}</p>
<form action="{$commentform_action}#feedback" method="post" id="commentform">
<p>
+ {serendipity_hookPlugin hook="frontend_comment" data=$commentform_entry}
+ </p>
+ <p>
<input id="name" type="text" name="serendipity[name]" value="{$commentform_name}" size="28" tabindex="1" />
<label for="author">{$CONST.NAME}</label>
</p>
|