묻고답하기
iTheme 에서 2차 메뉴 추가 못하겠어요 도와주세요 고수님들 ㅠㅠ 내공 다걸께요
2010.03.20 01:49
안녕하세요 ^^ 웹페이지 초보입니다... 제가 익스프레스 엔진에서 iTheme 이라는 주제의 레이아웃을 받고 쓰고 있는데...
사이드파 닫고 열고 움직이는거 욕심내다가 그건 욕심 버리고 그냥 2차 매뉴만 추가하고싶어합니다 ㅎ -_-;;
3일째 2차매뉴만 넣겠다고 바락바락 해봤지만 도통 안되네요.... 고수님들 도와주시면 안될까요???
여기서 뭘 바꿔야 2 차 메뉴가 나오죠???
<!-- js 파일 import -->
<!--%import("js/dbx.js")-->
<!--%import("js/dbx-key.js")-->
<!--%import("js/blog.js")-->
<!-- 레이아웃과 연동될 css 파일 import -->
<!-- 컬러셋 체크 -->
<!--@if(!$layout_info->colorset)-->
{@$layout_info->colorset = "blue"}
<!--@end-->
<!-- CSS 파일 로드 (컬러셋에 따라서) --> <!--@if($layout_info->background_image)--> <!-- 왼쪽 내용 출력 --> <!-- 본문 내용 출력 -->
<!--%import("css/layout.css")-->
<!--@if($layout_info->colorset == "gray")--> <!--%import("css/layout_gray.css")-->
<!--@elseif($layout_info->colorset == "orange")--> <!--%import("css/layout_orange.css")-->
<!--@elseif($layout_info->colorset == "violet")--> <!--%import("css/layout_violet.css")-->
<!--@elseif($layout_info->colorset == "green")--> <!--%import("css/layout_green.css")-->
<!--@else--> <!--%import("css/style.css")-->
<!--@end-->
<style type="text/css">
body { background-repeat:repeat-x; background-image:url({getUrl()undefined}{$layout_info->background_image});
</style>
<!--@end-->
<div id="wppage">
<div id="wpwrapper">
<div id="wpheader">
<!-- 상단 타이틀 & 프로필 -->
<h1><a href="{$layout_info->index_url}">
<!--@if(!$layout_info->logo_image)-->
Make and Give
<!--@else-->
<img src="{$layout_info->logo_image}" alt="logo" border="0" class="iePngFix" />
<!--@end-->
</a></h1>
<!--@if($layout_info->profile)-->
<div class="wpdescription">{$layout_info->profile}</div>
<!--@end-->
<!-- 상단 검색폼 -->
<form id="wpsearchform" action="{Context::getRequestUri()}" method="post">
<input type="hidden" name="mid" value="{$layout_info->target_mid}" />
<input type="hidden" name="search_target" value="title_content" />
<div>
<input name="search_keyword" id="wps" type="text" value="<!--@if($search_keyword)-->{htmlspecialchars($search_keyword)}<!--@end-->" />
<input type="submit" id="wpsearchsubmit" value="" alt="{$lang->cmd_search}" /></div>
</form>
</div><!-- /header (This area is yours) -->
<div id="wpleft-col">
<div id="wpnav">
<ul>
<!--@foreach($top_menu->list as $key => $val)--><!--@if($val['link'])-->
<li class="wppage_item"><a href="{$val['href']}"<!--@if($val['selected'])--><!--@end--><!--@if($val['open_window']=='Y')--> onclick="window.open(this.href);return false;"<!--@end-->>{$val['link']}</a></li>
<!--@end--><!--@end-->
</ul>
</div><!-- /nav -->
// 서브메뉴 리스트를 순회합니다. // 서브메뉴의 링크 엘리먼트가 값이 있다면- onclick="window.open(this.href);return false;">{$v['link']}
// 서브메뉴의 링크 엘리먼트가 값이 있다면 >> 종료
// 서브메뉴 리스트를 순회합니다. >> 종료
// 2차 메뉴가 1개라도 존재한다면 >> 종료근데 $top_menu 로도 불러와지는건가요 ㅡ,ㅡ? 난 이때까지 $main_menu로만 불렀는데
나중에 한번 해봐야겠군요.
템플릿 스크립트 나오는 부분 맨 뒤에 // 부터는 지우세요. 설명하려고 주석인척 달아놓은 겁니다.