mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
플래닛 검색 이상없도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4920 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
275136b297
commit
d72ca7f08c
2 changed files with 2 additions and 1 deletions
|
|
@ -43,6 +43,7 @@
|
|||
|
||||
// 플래닛은 별도 레이아웃 동작하지 않도록 변경
|
||||
Context::set('layout', 'none');
|
||||
if(!Context::get('mid')) Context::set('mid', $this->config->mid, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
<!-- //실시간 인기 태그 -->
|
||||
<!-- 검색 -->
|
||||
<form action="{Context::getRequestUri()}" method="get" class="search">
|
||||
<input type="hidden" name="mid" value="{$config->mid}" />
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<input type="hidden" name="act" value="dispPlanetContentTagSearch" />
|
||||
<fieldset>
|
||||
<legend>{$lang->cmd_search}</legend>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue