$comment_res_day

返信した「日」

01
<!--$comment_res_day-->

解説

管理者がコメントに対して返信した日を表示します。

<!–comment–>の中で利用します。

サンプル

01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
<!--comment-->
    <a name="comment<!--$comment_no-->"></a>
        <!--$comment_title-->
        <!--$comment_text-->
<!--$comment_year-->/
<!--$comment_mon-->/<!--$comment_day-->
<!--$comment_hour-->:<!--$comment_min-->
NAME[<!--$comment_mail_link-->]
WEBLINK[<!--$comment_homepage_link-->]
EDIT[<a href="<!--$comment_edit_link-->">EDIT</a>]
    </div>
 
    <!--if_comment_res-->
<!--$comment_res_title-->
<!--$comment_res_text-->
<!--$comment_res_year-->/<!--$comment_res_mon-->/
<!--$comment_res_day-->
<!--$comment_res_hour-->:<!--$comment_res_min-->
    <!--/if_comment_res-->
 
<!--/comment-->