게시판 스킨에서 카테고리가 안 나오던 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2191 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-08-05 05:50:36 +00:00
parent b6b37edadc
commit 4bc1851bb7
4 changed files with 7 additions and 4 deletions

View file

@ -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">

View file

@ -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">

View file

@ -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">

View file

@ -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;}