#211 new 표시 아이콘을 스킨에서 설정시 설명문이 나오게 하고 잘못된 값이 있으면 12시간으로 고정하도록 변경. 최근게시물 위젯에도 new 아이콘 표시 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2692 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-08 11:30:21 +00:00
parent 88399a506a
commit a38753a511
12 changed files with 38 additions and 13 deletions

View file

@ -15,6 +15,11 @@
<!--@else--> <!--%import("css/white.css")-->
<!--@end-->
<!-- 스킨 설정중 새글의 시간 설정 값이 없으면 임의로 지정 -->
<!--@if(!$module_info->duration_new || !is_int($module_info->duration_new))-->
{@ $module_info->duration_new = 12 }
<!--@end-->
<!-- 상단 텍스트 출력 -->
{$module_info->header_text}