changeset 91:76d3d615459f

Updated.
author Steve Kemp <steve@steve.org.uk>
date Wed, 12 Dec 2007 15:01:23 +0000
parents 5f620d8f7fb1
children 44401f2b885b
files themes/blocky/comment-form.inc themes/copyrighteous/comment-form.inc themes/default/comment-form.inc
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/themes/blocky/comment-form.inc	Wed Dec 12 15:00:03 2007 +0000
+++ b/themes/blocky/comment-form.inc	Wed Dec 12 15:01:23 2007 +0000
@@ -2,6 +2,7 @@
 <h3>Add A Comment</h3>
 <blockquote>
 <form action="/cgi-bin/comments.cgi" method="post">
+<input type="hidden" name="id" value="<!-- tmpl_var name='link' escape='html' -->">
 <table>
 <tr><td>Your Name</td>
     <td><input type="text" size="55" name="name"></td></tr>
--- a/themes/copyrighteous/comment-form.inc	Wed Dec 12 15:00:03 2007 +0000
+++ b/themes/copyrighteous/comment-form.inc	Wed Dec 12 15:01:23 2007 +0000
@@ -2,6 +2,7 @@
 <h3>Add A Comment</h3>
 <blockquote>
 <form action="/cgi-bin/comments.cgi" method="post">
+<input type="hidden" name="id" value="<!-- tmpl_var name='link' escape='html' -->">
 <table>
 <tr><td>Your Name</td>
     <td><input type="text" size="55" name="name"></td></tr>
--- a/themes/default/comment-form.inc	Wed Dec 12 15:00:03 2007 +0000
+++ b/themes/default/comment-form.inc	Wed Dec 12 15:01:23 2007 +0000
@@ -2,6 +2,7 @@
 <h3>Add A Comment</h3>
 <blockquote>
 <form action="/cgi-bin/comments.cgi" method="post">
+<input type="hidden" name="id" value="<!-- tmpl_var name='link' escape='html' -->">
 <table>
 <tr><td>Your Name</td>
     <td><input type="text" size="55" name="name"></td></tr>