묻고답하기

       2차메뉴위에 로그인 위젯도 삭제했습니다.  1차메뉴 만들고 하위메뉴인 2차메뉴 만들지 않았습니다.
       나름대로 할려고 노력하는데 안되네요 ㅠ 상단메뉴말고 밑에는 제가 위젯이나 여러가지로 쓰고 싶은데 
      힘드네요.
      밑에는 이미지 사진인데요. 옆에 2차 메뉴 라인같은거 없애고 싶습니다. 도와주세요.


<!--// js 파일 import -->
<!--%import("js/xe_official.js")-->

<!--// 레이아웃과 연동될 css 파일 import -->
<!--@if($layout_info->colorset == "white")-->
    <!--%import("css/white.css")-->
<!--@elseif($layout_info->colorset == "black")-->
    <!--%import("css/black.css")-->
<!--@else-->
    <!--%import("css/default.css")-->
<!--@end-->

<!--@if($layout_info->background_image)-->
<style type="text/css">
    body {  background:#FFFFFF url({getUrl()}{$layout_info->background_image}) repeat-x left top; }
</style>
<!--@end-->

<!--@if(!$layout_info->colorset)-->
    {@$layout_info->colorset = "default"}
<!--@end-->

<div id="bodyWrap">
    <div id="header">
        <h1><a href="{$layout_info->index_url}"><!--@if(!$layout_info->logo_image)--><img src="./images/{$layout_info->colorset}/zeroBoardXE.png" alt="ZeroBoard™  XE" class="iePngFix" /><!--@else--><img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" /><!--@end--></a></h1>

        <div id="language">
            <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/{$layout_info->colorset}/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
            <ul id="selectLang">
                <!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)-->
                <li><a href="#" onclick="doChangeLangType('{$key}');return false;">{$val}</a></li>
                <!--@end--><!--@end-->
            </ul>
        </div>

        <!-- GNB -->
<!--플래쉬 메뉴-->
<embed src="http://www.yesjob.tv/img/yesjob_top.swf" quality="high"  type="application/x-shockwave-flash" width="980" height="118"></embed>
<!--플래쉬 메뉴 끝 -->

        <ul id="gnb">
            <!-- main_menu 1차 시작 -->
            <!--@foreach($main_menu->list as $key => $val)--><!--@if($val['link'])-->
                <!--@if($val['selected'])-->
                    {@ $menu_1st = $val }
                <!--@end-->

                <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>

            <!--@endif--><!--@endforeach-->
        </ul>

        <form action="{getUrl()}" method="post" id="isSearch">
            <input type="hidden" name="mid" value="{$mid}" />
            <input type="hidden" name="act" value="IS" />
            <input type="hidden" name="search_target" value="title_content" />
            <input name="is_keyword" type="text" class="inputText" title="keyword" />

            <input type="image" src="./images/{$layout_info->colorset}/buttonSearch.gif" alt="{$lang->cmd_search}" class="submit" />
        </form>

    </div>
    <div id="contentBody">
        <div id="columnLeft">

            <!-- 로그인 위젯 -->
                        <!-- 왼쪽 2차 메뉴 -->
           

            <!--@if($menu_1st)-->
            <ol id="lnb">
                { }
                <!--@foreach($menu_1st['list'] as $key => $val)--><!--@if($val['link'])-->
                <li <!--@if($val['selected'])-->class="on"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a>

                    <!-- 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>
                    <!--@endif--><!--@endforeach-->
                    </ul>
                    <!--@endif-->
                </li>
                {@$idx++}
                <!--@endif--><!--@endforeach-->
            </ol>
            <!--@endif-->

        </div>
        <div id="columnRight">
            <!-- 컨텐츠 시작 -->
            {$content}

        </div>
    </div>
    <ul id="footer">
        <li class="first-child">
            <address>
            <a href="http://www.zeroboard.com/" onclick="window.open(this.href);return false;"><img src="./images/{$layout_info->colorset}/powerdByZeroboard.gif" alt="Powered By ZeroBoard" width="106" height="5" /></a>
            </address>

        </li>

        <!--@foreach($bottom_menu->list as $key => $val)-->
        <li><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
        <!--@endforeach-->
    </ul>
</div>
<!--밑단-->
<address><p align="center">
       <img src="http://www.yesjob.tv/img/dowm.gif"></p>   </address>
<!--밑단 끝 -->

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
zerozerozero 댓글과 아이콘 삭제 질문입니다~ [1] file 2008.10.24 by 비나무
프리더스 1.06 업데이트 후 모든링크가 안열립니다 [2] 2008.10.24 by 프리더스
박성훈 2차메뉴 없애는 것좀 도와주세요 ㅠ [1] file 2008.10.24 by 느까끼
PinkWink 글쓰기에서 엔터키를 치면... [1] 2008.10.24 by PinkWink
울보왕자 자료실 게시판 어디에 없습니까.  
박성준976 메뉴에 하위메뉴추가가 안됩니다 [3] 2008.10.24 by 느까끼
초보 게시글 조회수별 랭킹은 어디에.. [1] 2008.10.24 by 백성찬
박장섭 웹페이지 로딩시간이 길어지는 증상... [1] 2008.10.24 by 백성찬
일등고구마 mp3화일 첨부하고 본문 삽입하면... [1] 2008.10.24 by e~세상쉼터
박성준976 메인 로그인페이지에 플래시설치 여부체크 [4] 2008.10.24 by e~세상쉼터
라인 저좀도와주세요,, [2] 2008.10.24 by 느까끼
Leaves@uz9 하나의 게시판에 몇명 정도의 인원이 접속하면 렉이 발생 할까요?  
마성의천사 갑자기 제로보드 접근이 않되요... [1] 2008.10.24 by 수지보더
포트거스.D.에이스 상태표시줄에 나오는 주소 없애는 방법 file  
포트거스.D.에이스 로그인 하면 나오게 하는거.(보세요.)  
석이- 방법이 없을까요? 설문조사시 아이디로 중복투표안되게끔...  
백종연 자유게시판에 파일첨부 버튼이 클릭이 안됩니다 [3] 2020.03.14 by BNU
Jeff Yi 제목이 짤려요~ 도와주세요. [2] file 2008.10.25 by acefull
꿀물청년 로그인,로그아웃시 질문.. [2] 2008.10.25 by 꿀물청년
세노리타 플래쉬 안에 제로보드 게시판넣기 어떻게 하나요  
☜ TeRy ☞ 서브도메인이 바뀜에 따라 로그인 풀림현상 [2] 2008.10.25 by 김영대
ddddffdfd 최근 이미지 출력에 붙여넣기 한 이미지가 안떠요 [3] 2008.10.25 by 신지
가을길e admin계정 숨김 할수 있나요??  
\제로보드/ 좌측메뉴 사용하는방법..?ㅠ [2] 2008.10.25 by 백성찬
천 풍 님들 제로보드XE 하는데 호스트욛ㄷㄷㄷ; [5] 2008.10.25 by k수호
꿀물청년 메인페이지 꾸미기 위젯추가 강의 화면이 실제와 다른점? [4] 2008.10.25 by SMaker
TheZen# 제로보드 페이지에 회원 정보를 출력하고 싶습니다...  
superion 프로필 사진 gif 애니매이션 [1] 2008.10.25 by SMaker
할꼬없긔 알ftp 에서 제로보드xe 폴더가 지워지지 않습니다ㅠㅠ [3] 2008.10.25 by 백성찬
\제로보드/ 프레임셋으로 분리해서 bgm을 넣고싶은데..