XE Planet 기본 스킨의 네비게이션, 검색 폼 출력 설정 추가. 레이아웃 사용중일때 푸터의 XE 링크 나타나지 않도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5274 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-07 10:02:25 +00:00
parent 2c81f19d99
commit eba2bf30cf
4 changed files with 60 additions and 13 deletions

View file

@ -33,6 +33,7 @@
<div id="navigation">
<!-- GNB -->
<!--@if($config->display_menu!='N')-->
<div class="gnb">
<ul>
<li class="first <!--@if($mid==$config->mid)-->active<!--@end-->"><a href="{getUrl('','mid',$config->mid)}">{$lang->planet_home}</a></li>
@ -50,9 +51,11 @@
<!--@end-->
</ul>
</div>
<!--@end-->
<!-- //GNB -->
<!-- 검색 -->
<!--@if($config->display_search!='N')-->
<form action="{Context::getRequestUri()}" method="get" class="search">
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="dispPlanetContentTagSearch" />
@ -68,9 +71,7 @@
<span class="button large strong"> <button type="submit">{$lang->cmd_search}</button> </span>
</fieldset>
</form>
<!--@end-->
<!--// 검색 -->