xe_board 게시판 스킨의 웹진형의 제목을 일반스타일로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3092 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-27 10:01:53 +00:00
parent 54cc1477d9
commit 6c65e680cb

View file

@ -97,9 +97,9 @@
<!--@if($document->thumbnailExists($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type))-->
<td rowspan="2" class="thumb"><a href="{getUrl('','document_srl',$document->document_srl,'listStyle',$listStyle)}"><img src="{$document->getThumbnail($module_info->thumbnail_width, $module_info->thumbnail_height, $module_info->thumbnail_type)}" border="0" alt="" /></a></td>
<td class="webzineTitle bold">
<td class="webzineTitle">
<!--@else-->
<td class="webzineTitle bold" colspan="2">
<td class="webzineTitle" colspan="2">
<!--@end-->
<!--@if($module_info->use_category == "Y" && $document->get('category_srl'))-->
<strong class="category">{$category_list[$document->get('category_srl')]->title}</strong>