mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
보드 스킨에서 new 표시 시간 검사줄에 (int) 삽입함. (is_int()가 안되네요...;;;)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2744 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
77646210a7
commit
7bcdedb97a
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 스킨 설정중 새글의 시간 설정 값이 없으면 임의로 지정 -->
|
||||
<!--@if(!$module_info->duration_new || !is_int($module_info->duration_new))-->
|
||||
<!--@if(!$module_info->duration_new = (int)$module_info->duration_new)-->
|
||||
{@ $module_info->duration_new = 12 }
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 스킨 설정중 새글의 시간 설정 값이 없으면 임의로 지정 -->
|
||||
<!--@if(!$module_info->duration_new || !is_int($module_info->duration_new))-->
|
||||
<!--@if(!$module_info->duration_new = (int)$module_info->duration_new)-->
|
||||
{@ $module_info->duration_new = 12 }
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!-- 스킨 설정중 새글의 시간 설정 값이 없으면 임의로 지정 -->
|
||||
<!--@if(!$module_info->duration_new || !is_int($module_info->duration_new))-->
|
||||
<!--@if(!$module_info->duration_new = (int)$module_info->duration_new)-->
|
||||
{@ $module_info->duration_new = 12 }
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue