mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
ID기반의 가상사이트를 위해 통합검색폼/ 기본 레이아웃의 통합검색폼/ 개별 카페에서 레이아웃 설정 바꿀때 정상동작하도록 코드 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6111 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e32f60cf00
commit
251ab8a928
5 changed files with 5 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
Context::set('mid_list',$module_categories);
|
||||
|
||||
// 샘플코드
|
||||
Context::set('sample_code', htmlspecialchars('<form action="{getUrl()}" method="get"><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="text" name="is_keyword" class="inputTypeText" value="{$is_keyword}" /><span class="button"><input type="submit" value="{$lang->cmd_search}" /></span></form>') );
|
||||
Context::set('sample_code', htmlspecialchars('<form action="{getUrl()}" method="get"><input type="hidden" name="vid" value="{$vid}" /><input type="hidden" name="mid" value="{$mid}" /><input type="hidden" name="act" value="IS" /><input type="text" name="is_keyword" class="inputTypeText" value="{$is_keyword}" /><span class="button"><input type="submit" value="{$lang->cmd_search}" /></span></form>') );
|
||||
|
||||
$this->setTemplateFile("index");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue