mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4874 201d5d3c-b55e-5fd7-737f-ddc643e51545
8 lines
294 B
HTML
8 lines
294 B
HTML
<!--@if($reply_list)-->
|
|
<!--@foreach($reply_list as $key => $reply)-->
|
|
<dl>
|
|
<dt><a href="{getUrl('','mid',$reply->mid)}">{$reply->nick_name}</a></dt>
|
|
<dd>{$reply->content} <span class="time">{getTimeGap($reply->regdate, 'Y/m/d')}</span></dd>
|
|
</dl>
|
|
<!--@end-->
|
|
<!--@end-->
|