mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
xe_board 게시판 스킨의 웹진형의 제목을 일반스타일로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3092 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
54cc1477d9
commit
6c65e680cb
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue