카테고리 메뉴바 출력하지 않게하기 > 질문답변

본문 바로가기
사이트 내 전체검색

질문답변

서버정보나 계정정보는 보안유지를 위해 관리자쪽지나 메일로 발송해 주시거나 제작의뢰 게시판을 이용해 주시면 감사하겠습니다..

카테고리 메뉴바 출력하지 않게하기

페이지 정보

본문

홈페이지 초보입니다.
shop에서여 왼쪽 카테고리를 출력하고 싶지 않은데여
어딜 수정해야 할지 전혀 모르겠네여
상부 메뉴바 클릭시 각 페이지 마다 왼쪽 카테고리 출력이 않되게 할수 있나요
추천0

댓글목록

profile_image

제로님의 댓글

제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 작성일

Templates/zenabasic/head_shop.php
사용하는 파일에서

카테고리 메뉴를 지워주세요..

profile_image

cart님의 댓글

cart쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 작성일

<?
/**
 * ZENAPLUS
 *
 * Copyright (c) 2006-05-18 Park Gwan Su <www.zeronara.net>
 * e-mail : [email protected]
 * You are free: to Remix - to adapt the work
 * Attribution : You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
 * Share Alike : If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
 * Nothing in this license impairs or restricts the author's moral rights.
**/

if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가

include_once("$g4[path]/head.sub.php");
//print_r2(get_defined_constants());
?>

<!-- zenaplus -->
<div id="zenaplus">
<!-- zenalayout -->
<div id="zenalayout">
<!-- zn_head -->
<div class="zn_head">
<!-- zn_top_right -->
<!-- // zn_top_right -->
<div class="zn_top_left">
    <!-- zn_logo -->
    <div class="zn_mlogo"><a href="<?=$g4[path]?>"><?=$config[zpcf_logotitle]?></a></div>
    <!-- // zn_logo -->
</div>
<div class="zn_top_right padb10">
        <? if ($is_admin == "super" || $is_auth) { ?><a href="<?=$g4['admin_path']?>/">관리자</a>
        |
        <? } ?>
        <? if ($is_member) { ?>
        <a href='<?=$g4[bbs_path]?>/logout.php'>로그아웃</a>
        |
        <? } else { ?>
        <a href='<?=$g4[bbs_path]?>/login.php?url=<?=$urlencode?>'>로그인</a>
        |
        <a href='<?=$g4[bbs_path]?>/register.php'>회원가입</a>
        |
        <? } ?>
        <a href="<?=$g4['bbs_path']?>/new.php">최근게시물</a>
        |
        <a href="<?=$g4['shop_path']?>/cart.php">장바구니</a>
        |
        <a href="<?=$g4['shop_path']?>/order_list.php">구입내역</a>
        <br /><br />
        <!-- search -->
        <? if($config[zpcf_index] == "1") { ?>
        <div class="search">
        <form name="fsearchbox" method="get" onsubmit="return fsearchbox_submit(this);">
        <input type="hidden" name="sfl" value="wr_subject||wr_content">
        <input type="hidden" name="sop" value="and">
        <div class="btn_search">
        <input type="image" src="<?=$zp[Temp_path]?>/<?=$config[zncf_templates]?>/img/btn_search03.gif" border="0" style="vertical-align:middle;" alt="검색">
        </div>
        <div class="searchtable">
        <div style="margin:0px 5px 0 0; padding:1px 2px 1px 2px; border:1px solid #e0e4e6;">
        <input name=stx style="width:150px; border:0px; padding:1px 2px; font-weight:bold;">
        </div>
        </div>
        </form>
        <script type="text/javascript">
        function fsearchbox_submit(f)
        {
        var cnt = 0;
        for (var i=0; i<f.stx.value.length; i++) {
        if (f.stx.value.charAt(i) == ' ')
        cnt++;
        }
        /*
        if (cnt > 1) {
        alert("<?=$set_lang_search_alert2?>");
        f.stx.select();
        f.stx.focus();
        return false;
        }
        */
        f.action = "<?=$g4['bbs_path']?>/search.php";
        return true;
        }
        </script>
        </div>
        <? } else if($config[zpcf_index] == "2") { ?>
        <div class="search">
        <form name='frmsearch1' style='margin:0px;' onsubmit='return search_submit(this);'>
        <input type='hidden' name='sfl' value='wr_subject||wr_content'>
        <input type='hidden' name='sop' value='and'>
        <input type='hidden' name='stx' value=''>
        <div class="btn_search">
        <input type="image" src="<?=$zp[Temp_path]?>/<?=$config[zncf_templates]?>/img/btn_search03.gif" border="0" style="vertical-align:middle;" alt="검색">
        </div>
        <div class="searchtable">
        <div style="margin:0px 5px 0 0; padding:1px 2px 1px 2px; border:1px solid #e0e4e6;">
        <input name=search_str style="width:150px; border:0px; padding:1px 2px; font-weight:bold;" value='<?=stripslashes(get_text($search_str))?>'>
        </div>
        </div>
        </form>
        <script>
        function search_submit(f) {
                f.action = '<?=$g4[shop_path]?>/search.php';
        }

        <?
        if ($search_flag) {
            echo "document.getElementById('search_flag').value = '$search_flag';";
        }
        ?>
        </script>
        </div>
        <? } ?>
        <!-- // search -->
</div>
</div>
<!-- // zn_head -->
<!-- zn_topmenu -->
<div class="clear zn_topmenu"><?=zn_topmenu("$gr_id", "$bo_table"); // topmenu?></div>
<!-- // zn_topmenu -->
<div class="padb5"></div>
<!-- zn_subtopbanner -->
<div class="zn_subtopbanner">
<? if($gr_id) { ?>
<?=zp_banner($gr_id,'',940);?>
<? } ?>
<?=zp_banner('shop_bn','',940);?>
</div>
<!-- // zn_subtopbanner -->
<!-- zn_center -->
<? if ($config[zncf_topmenu_skin]) { ?>
<div class="zn_center" onmouseover="layer_view('','','','','')">
<? } else { ?>
<div class="zn_center">
<? } ?>
<!-- left -->
<div class="mainleft">
    <? if ($config[zncf_outlogin_skin]) { ?><?=outlogin(); // login ?><br /><? } ?>
    <?// include_once("$g4[shop_path]/boxcategory.inc.php");?><br />
    <? if ($config[zncf_leftmenu_skin]) { ?><?=zn_leftmenu("$gr_id", "$bo_table"); // left menu?><? } ?>
    <? if ($config[zncf_popular_skin]) { ?><?=popular(); // popular?><br /><? } ?>
    <?=zp_banner('left_bn','',180);?>
    <?// include_once("$g4[shop_path]/boxevent.inc.php");?>
    <?// include_once("$g4[shop_path]/boxcommunity.inc.php");?>
    <?// include_once("$g4[shop_path]/boxcart.inc.php");?>
    <?// include_once("$g4[shop_path]/boxwish.inc.php");?>
    <? if ($config[zncf_qrcorduse]) { ?>
    <? include_once("$g4[path]/qr_view.php");?><br />
    <? } ?>
    <!--boxtodayview-->
    <?// include("$g4[shop_path]/boxtodayview.inc.php");?><br />
    <!-- //boxtodayview -->
    <? if ($config[zncf_poll_skin]) { ?><?=poll(); // poll?><br /><? } ?>
    <? if ($config[zncf_visit_skin]) { ?><?=visit(); // visit?><br /><? } ?>
    <? if ($config[cf_connect_skin]) { ?><?=connect(); // connect?><br /><? } ?>
</div>
<!-- // left -->
<!-- index -->
<div class="index">
답변 감사드립니다.

죄송한데여 제가 잘 몰라서여

조금 구체적으로 어느 부분을 수정해야 하나여


Total 1,641건 59 페이지
  • RSS
질문답변 목록
번호 제목 글쓴이 조회 추천 날짜
191 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15156 0 11-18
190 소금쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15160 0 02-10
189 제로쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15164 0 06-21
188 돌향쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15164 0 10-06
187 쿠하하쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15179 0 01-08
186 busan쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15186 0 03-10
185 맙소사쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15229 0 06-30
184 바람의전설쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15231 0 02-07
183 야구공쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15234 0 08-22
182 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15236 0 11-05
181 강용쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15238 0 10-04
180 webpark쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15239 0 10-28
179 유후훌쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15250 0 08-24
178 디란도쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15260 0 01-02
177 알럽투데이쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15319 0 05-16
176 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15329 0 01-17
175 공감쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15338 0 08-17
174 초생달쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15364 0 03-19
173 쎄엠쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15369 0 01-11
172 yb88쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15396 0 07-30
171 WORLDCUP쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15397 0 03-17
170 승승장구쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15397 0 09-07
169 잠탱이쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 15401 0 12-10
168
문의.. 댓글6
아이리스쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15406 1 12-19
167 주책쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 15431 0 11-08

검색

회원로그인

회원가입

사이트 정보

株式会社YHPLUS / 대표 : ZERO
〒140-0011 東京都品川区東大井2-5-9-203
050-5539-7787
오픈카카오톡 (YHPLUS) :
https://open.kakao.com/o/slfDj15d

접속자집계

오늘
1,262
어제
9,195
최대
9,645
전체
2,354,912
Copyright (c) 株式会社YHPLUS. All rights reserved.