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