$comment_form_link
コメントフォーム送信先のURL
<!--$comment_form_link-->
解説
コメントを送信するURLを表示します。
<!–comment–>の中で利用します。
サンプル
<!--if_cm_receipt--> <form action="<!--$comment_form_link-->" method="POST"> <table cellpadding="0" cellspacing="0"> <tr> <td>お名前</td> <td><input type="text" name="name" value="<!--$g_cookie_name-->"></td> </tr> <tr> <td>タイトル</td> <td><input type="text" name="title" value=""></td> </tr> <tr> <td>メールアドレス</td> <td><input type="text" name="mail" value="<!--$g_cookie_mail-->"></td> </tr> <tr> <td>URL</td> <td><input class="CommentForms" type="text" name="url" value="<!--$g_cookie_url-->"></td> </tr> <tr> <td>コメント</td> <td><textarea class="CommentForms" name="comment" cols="40" rows="4"></textarea></td> </tr> <tr> <td>パスワード</td> <td><input type="password" name="pass"></td> </tr> <tr> <td colspan="2" class="CommentFormSubmit"> <input type="submit" value="送信"> </td> </tr> </table> </form> <!--/if_cm_receipt-->