前臺(tái)模板搜索框代碼
加入下拉欄目選擇typeid
打開 /include/arc.searchview.class.php 找到
$tempfile = $GLOBALS['cfg_basedir'].$GLOBALS['cfg_templets_dir']."/".$GLOBALS['cfg_df_style']."/search.htm";
在它下面加入
$tempfile = ($this->TypeID > 0) ? str_replace(".htm","{$this->TypeID}.htm",$tempfile) : $tempfile;
這樣修改后,有指定欄目的就按欄目id來調(diào)用搜索結(jié)果模板(search1.htm,search2.htm,search8.htm),沒有指定欄目就是默認(rèn)的search.htm