기본 게시판 스킨 xe_board의 웹진형에서 썸네일 유무에 따라서 설명 부분 한 cell이 비어버리는 현상 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2952 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-08 07:30:35 +00:00
parent 22629d252e
commit 720ca2798f

View file

@ -123,6 +123,7 @@
<!--@if($module_info->display_last_update=='Y')--><td class="date">{zdate($document->get('last_update'),'Y-m-d H:i')}</td><!--@end-->
</tr>
{@ $_col_count = 1; }
<!--@if(!$document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->{@ $_col_count++}<!--@end-->
<!--@if($module_info->display_author!='N')-->{@ $_col_count++ }<!--@end-->
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++ }<!--@end-->
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++ }<!--@end-->