mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
게시판 스킨에서 카테고리가 안 나오던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2191 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b6b37edadc
commit
4bc1851bb7
4 changed files with 7 additions and 4 deletions
|
|
@ -53,7 +53,7 @@
|
|||
<tr class="notice">
|
||||
<td><img src="./images/common/icon_notice.gif" alt="{$lang->notice}" /></td>
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<td>{$category_list[$document->get('category_list')]->title}</td>
|
||||
<td>{$category_list[$document->get('category_srl')]->title}</td>
|
||||
<!--@end-->
|
||||
<td class="title" colspan="2">
|
||||
<div class="title_wrap">
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<td>{$category_list[$document->get('category_list')]->title}</td>
|
||||
<td>{$category_list[$document->get('category_srl')]->title}</td>
|
||||
<!--@end-->
|
||||
|
||||
<td class="title">
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
<tr class="notice">
|
||||
<td><img src="./images/common/icon_notice.gif" alt="{$lang->notice}" /></td>
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<td>{$category_list[$document->get('category_list')]->title}</td>
|
||||
<td>{$category_list[$document->get('category_srl')]->title}</td>
|
||||
<!--@end-->
|
||||
<td class="title" colspan="2">
|
||||
<div class="title_wrap">
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
<tr>
|
||||
<td rowspan="2" class="num"><!--@if($document_srl == $document->document_srl)--><img src="./images/common/iconArrow.gif" border="0" alt="" /><!--@else-->{$no}<!--@end--></td>
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<td rowspan="2">{$category_list[$document->get('category_list')]->title}</td>
|
||||
<td rowspan="2">{$category_list[$document->get('category_srl')]->title}</td>
|
||||
<!--@end-->
|
||||
<!--@if($document->thumbnailExists(120))-->
|
||||
<td rowspan="2" class="thumb">
|
||||
|
|
|
|||
|
|
@ -59,6 +59,9 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardList td.title,
|
||||
.boardList td.title a { color:#444444; text-decoration:none;}
|
||||
.boardList td.title a:visited { color:#777777;}
|
||||
.boardList div.title,
|
||||
.boardList div.title a { color:#444444; text-decoration:none;}
|
||||
.boardList div.title a:visited { color:#777777;}
|
||||
.boardList td.author { color:#333333; font-size:.95em; padding-left:1em;}
|
||||
.boardList td.author a { font-size:1em; color:#333333;}
|
||||
.boardList td.reading { font:.8em Tahoma; color:#999999; text-align:center;}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue