mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
skin에서 new표시 시간 설정가능하게 변경 ticket:211
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2689 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4cdc4e5ca9
commit
636be348ba
6 changed files with 25 additions and 4 deletions
|
|
@ -104,7 +104,7 @@
|
|||
<span class="replyAndTrackback" title="Trackbacks"><img src="./images/common/iconTrackback.gif" alt="" width="12" height="13" class="trackback icon" /> <strong>{$document->getTrackbackCount()}</strong></span>
|
||||
<!--@end-->
|
||||
|
||||
{$document->printExtraImages(60*60*2)}
|
||||
{$document->printExtraImages(60*60*$module_info->duration_new)}
|
||||
</td>
|
||||
<!--@if($module_info->display_author!='N')--><td class="author"><div class="member_{$document->get('member_srl')}">{$document->getNickName()}</div></td><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><td class="reading">{$document->get('readed_count')>0?$document->get('readed_count'):' '}</td><!--@end-->
|
||||
|
|
|
|||
|
|
@ -182,5 +182,12 @@
|
|||
<default>Y</default>
|
||||
<description />
|
||||
</var>
|
||||
<var name="duration_new" type="text">
|
||||
<title xml:lang="ko">new표시 시간 (hours)</title>
|
||||
<title xml:lang="en">Duration of indication for new item</title>
|
||||
<description lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<default>24</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</skin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue