POST TIME:2018-01-08 21:45
else if($type=='image')
在其上面加入
else if($type=='option')
{
$link = "<option value='".$dbrow->url."'>".cn_substr($dbrow->webname,$titlelen)."</option>";
}
在织梦首页模板index.htm里面插入下面代码:
<select> <option selected="selected">–友情链接–</option> {dede:flink row='24' type='option'/}</select>
然后更新首页就行了。