묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
게시판 아래 목록 지우고 싶어요
2010.04.02 19:32
게시글 클릭하면 아래 나오는 붉은색 테두리 부분(목록부분) 전체를 지우고 싶습니다
횽님들 어떻게 하면 되는지 제발 알려주세용
해당 스킨의 list.html 파일에서
<!--@if($module_info->default_style == 'webzine')-->
<!--#include("./style.webzine.html")-->
<!--@elseif($module_info->default_style == 'gallery')-->
<!--#include("./style.gallery.html")-->
<!--@elseif($module_info->default_style == 'forum')-->
<!--#include("./style.forum.html")-->
<!--@elseif($module_info->default_style == 'blog')-->
<!--#include("./style.blog.html")-->
<!--@else-->
<!--#include("./style.list.html")-->
<!--@end-->
위 부분을
<!--@if(!$oDocument->isExists())-->
<!--@if($module_info->default_style == 'webzine')-->
<!--#include("./_style.webzine.html")-->
<!--@elseif($module_info->default_style == 'gallery')-->
<!--#include("./_style.gallery.html")-->
<!--@elseif($module_info->default_style == 'forum')-->
<!--#include("./_style.forum.html")-->
<!--@elseif($module_info->default_style == 'blog')-->
<!--#include("./_style.blog.html")-->
<!--@else-->
<!--#include("./_style.list.html")-->
<!--@end-->
<!--@end-->
로 변경