layout.html 안에 빨간색부분 아래와 같이 수정하면 됩니다.
<div class="wrp">
<!--@if($layout_info->display_vmenu == "default")-->
<div class="sec01">
<div class="sec_hd"><img src="img/{$layout_info->colorset}/lnb/subMenuTitle_submenus.gif" alt="" /></div>
<div class="sec_cts">
<!-- main_menu 2차 시작 -->
<!--@if($menu_1st)-->
<ul id="lnb">
{@ $idx = 1 }
<!--@foreach($menu_1st['list'] as $key => $val)-->
<!--@if($val['link'])-->
<li <!--@if($val['selected'])-->class="on"<!--@end-->>
<!--@if($val['href'])--><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a><!--@else-->{$val['link']}<!--@end-->
<!-- main_menu 3차 시작 -->
<!--@if($val['list'] && ($val['expand']=='Y'||$val['selected']) )-->
<ul>
<!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])-->
<li <!--@if($v['selected'])-->class="on"<!--@end-->><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['link']}</a></li>
<!--@end--><!--@end-->
</ul>
<!--@end-->
</li>
{@$idx++}
<!--@end--><!--@end-->
</ul>
<!--@end-->
</div><!--section_contents 끝-->
</div><!--section01 끝-->
<!--@elseif($layout_info->display_vmenu == "flat")-->
<div class="f_sec01">
<div class="sec_hd"><img src="img/{$layout_info->colorset}/lnb/subMenuTitle_submenus.gif" alt="" /></div>
<div class="sec_cts">
<!-- main_menu 2차 시작 -->
<!--@if($menu_1st)-->
<ul id="f_lnb">
{@ $idx = 1 }
<!--@foreach($menu_1st['list'] as $key => $val)-->
<!--@if($val['link'])-->
<li <!--@if($val['selected'])-->class="on"<!--@end-->>
<!--@if($val['href'])--><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a><!--@else-->{$val['link']}<!--@end-->
<!-- main_menu 3차 시작 -->
<!--@if($val['list'] && ($val['expand']=='Y'||$val['selected']) )-->
<ul>
<!--@foreach($val['list'] as $k => $v)--><!--@if($v['link'])-->
<li <!--@if($v['selected'])-->class="on"<!--@end-->><a href="{$v['href']}" <!--@if($v['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$v['link']}</a></li>
<!--@end--><!--@end-->
</ul>
<!--@end-->
</li>
{@$idx++}
<!--@end--><!--@end-->
</ul>
<!--@end-->
</div><!--ssection_contents 끝-->
</div><!--section01 끝-->
<!--@else--><!--@end--><!--세로메뉴 조건 끝-->


자유게시판
위젯게시판
게시판 문의요?
MH통합게시판에서 최신...
강력한 HDD 복구프로...
새글/비밀글/업데이트/이미...
회원 정보 및 회원 리...
게시판 목록에 관련해서...
레이아웃에 플래시 삽입...
인기 게시물 출력에 대...
확장변수로 정렬하기에 ...
게시판 본문페이지 닉네...









