Welcome to Delicate template
Header
Just another WordPress site
Header

帝国列表模版使用程序代码

6月 2nd, 2011 | Posted by 无 名 in ecms

在帝国系统里面列表模版–>列表内容模板(list.var) 里面
勾选了”使用程序代码”需注意:

里面要全部写php代码,不如不是,会照原样输出。
还有值一定要赋给$listtemp。
下面例子:

$resizeimgurl=sys_ResizeImg($r[titlepic],120,90,1,'');  //截生成缩略图,在list.var一定要用$r[字段名],而不是灵动标签的$bqr[字段名]
$listtemp='<li><a href="[!--titleurl--]" title="[!--oldtitle--]" target="_blank"><img src="'.$resizeimgurl.'" alt="[!--oldtitle--]" /></a><p>[!--title--]</p></li>';

帝国官方论坛解密:http://bbs.phome.net/showthread-13-107990-0.html

You can follow any responses to this entry through the RSS 2.0 Both comments and pings are currently closed.