상품검색에 사용되지 않는 코드 삭제

This commit is contained in:
chicpro
2014-02-26 14:14:07 +09:00
parent b5ca2052c4
commit 4ea03adf22

View File

@ -38,8 +38,6 @@ include_once(G5_LIB_PATH.'/latest.lib.php');
<div id="hd_sch">
<h3>쇼핑몰 검색</h3>
<form name="frmsearch1" action="<?php echo G5_SHOP_URL; ?>/search.php" onsubmit="return search_submit(this);">
<input type="hidden" name="sfl" value="wr_subject||wr_content">
<input type="hidden" name="sop" value="and">
<label for="sch_str" class="sound_only">검색어<strong class="sound_only"> 필수</strong></label>
<input type="text" name="q" value="<?php echo stripslashes(get_text($q)); ?>" id="sch_str" required>