
好像KC不支持搜索全站的代码,首页是在模板里添加搜索框的代码:
<form action="/search.php" method="get" class="search">
<select type="hidden" name="modelid" style=" display:none;">
<option value="7" selected="selected">product</option>
</select>
<input name="query" type="text" />
<input type="submit" value="Search" />
然后就到template/i...