mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
#495 위젯페이지에서 날짜 표기 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4442 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8b740b3c1f
commit
e43f8dff9f
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue