联系官方销售客服

1835022288

028-61286886

求助 版主:论坛审计组
没有全站搜索的插件应该怎么写搜索功能
类型:迅睿CMS 更新时间:2019-06-11 22:46:59

pos4没有全站搜索的插件应该怎么写搜索功能

<form action="{SITE_URL}index.php"  id="searchform" method="get">

                  <input name="s" type="hidden" value="so">

                  <input name="module" type="hidden" value="{MOD_DIR}">

                  <input type="text" placeholder="Search..." name="keyword">

</form>

上面是pos3的写法,pos4应该怎么写