mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
1. 플래닛 글 위젯에 플래닛 이미지 가로/세로 크기 지정할 수 있도록 긴증 추가. 2. 최근글/최근댓글 위젯의 xe_official 스킨에 날짜 표시 숨기거나 표시하는 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5188 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b492cbd2e6
commit
0d856c90d9
11 changed files with 120 additions and 20 deletions
|
|
@ -12,7 +12,9 @@
|
|||
<ul>
|
||||
<!--@foreach($widget_info->document_list as $oDocument)-->
|
||||
<li>
|
||||
<!--@if($widget_info->display_regdate == 'Y')-->
|
||||
<span class="date">{$oDocument->getRegdate("Y-m-d")}</span>
|
||||
<!--@end-->
|
||||
<span class="title">
|
||||
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->subject_cut_size)}</a>
|
||||
<!--@if($oDocument->getCommentCount())-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue