#495 위젯페이지에서 날짜 표기 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4442 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-08-06 23:36:30 +00:00
parent 8b740b3c1f
commit e43f8dff9f
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
<a href="{$author->homepage}" onclick="window.open(this.href);return false;">{$author->name}</a>
<!--@endforeach-->
</td>
<td class="tahoma">{$val->date}</td>
<td class="tahoma">{zdate($val->date, 'Y-m-d')}</td>
<td class="tahoma left">{$val->path}</td>
<td class="blue"><a href="{getUrl('','module','widget','act','dispWidgetGenerateCode','selected_widget',$val->widget)}" onclick="popopen(this.href,'widget_code_generate');return false">{$lang->cmd_generate_code}</a></td>
</tr>