rhymix/modules/planet/skins/xe_planet/reply_list.html
zero b3179d58d0 planet Package Module 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4874 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-11-17 11:18:30 +00:00

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-->