$g_cookie_name
コメント投稿時の名前
<!--$g_cookie_name-->
解説
以前にコメントフォームから投稿した時に投稿した名前を表示します。
サンプル
<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>