织梦地区联动在当前页面title加入选择的地区
网站建设 2022-07-27 09:12www.1681989.com免费网站
打开 \clude\arc.sglistview.class.php 搜索 $this-Fields['typeid'] = $this-TypeID; 在它下面加入代码 $this-Fields['nativeplace'] = $this-searchArr['nativeplace']; 打开 \clude\extend.func.php 在最下面增加个方法 01 if ( ! function_exists( ' […]
打开 \clude\arc.sglistview.class.php 搜索
$this->Fields['typeid'] = $this->TypeID;
在它下面加入代码
$this->Fields['nativeplace'] = $this->searchArr['nativeplace'];
打开 \clude\extend.func.php 在最下面增加个方法
|
<title>{dede:field.nativeplace function=GetSysEnum(@me)/}_{dede:field.title/}_{dede:global.cfg_webname/}</title>列表模板title处的标签调用代码