$g_cookie_url

コメント投稿時のURL

<!--$g_cookie_url-->

解説

以前にコメントフォームから投稿した時に投稿したURLを表示します。

サンプル

<form action="<!--$comment_form_link-->" method="POST">
お名前
<input type="text" name="name" value="<!--$g_cookie_name-->">
タイトル
<input type="text" name="title" value="">
メールアドレス
<input type="text" name="mail" value="<!--$g_cookie_mail-->">
URL
<input type="text" name="url" value="<!--$g_cookie_url-->">
コメント
<textarea name="comment" cols="40" rows="4"></textarea>
パスワード
<input type="password" name="pass">
<input type="submit" value="送信">
</form>