갤러리형 게시판 스킨에서 카테고리를 사용할때 조회수 부분이 잘리던 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2748 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-12 01:19:54 +00:00
parent 05a1a791d8
commit 8f61b62e59

View file

@ -94,6 +94,7 @@
</table>
{@ $height = $module_info->thumbnail_height + 40; }
<!--@if($module_info->use_category=='Y')-->{@ $height += 20 }<!--@end-->
<!--@if($module_info->display_author!='N' || $module_info->display_regdate!='N')-->{@ $height += 25 }<!--@end-->
<!--@if($module_info->display_readed_count !='N' || $module_info->display_voted_count!='N')-->{@ $height += 25 }<!--@end-->