mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
XE Planet 기본 스킨의 네비게이션, 검색 폼 출력 설정 추가. 레이아웃 사용중일때 푸터의 XE 링크 나타나지 않도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5274 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2c81f19d99
commit
eba2bf30cf
4 changed files with 60 additions and 13 deletions
|
|
@ -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-->
|
||||
<!--// 검색 -->
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue