帝国cms模板教程(帝国cms栏目分类)
代码如下所示:
$userr=$empire-fetch1('从{$dbtbpre}enewsmemberadd 中选择用户图片,其中userid='$r[userid]' limit 1');$listtemp='表格宽度='100%' border='0' cellspacing='4' cellpadding='0'tr tda href='/e/space/?userid=2'img src=' '.($userr[userpic ]?$userr[userpic]:$public_r[newsurl].'e/data/images/nouserpic.gif').' ' width='28' height='28' border='0' //a/td tda href='/e/space/?userid=2 '[!--用户名--]/a/td tda href='[!--titleurl --]' title='[!--oldtitle--]'帝国cms模板教程(帝国cms栏目分类)/td/tr /桌子';
解释:
{$dbtbpre}enewsmemberadd 会员数据库附录,存储会员头像等信息
$listtemp='代码内容';列表内容使用PHP 必须使用的语法。请记住选中该框以使用程序代码。
'.($userr[userpic]?$userr[userpic]:$public_r[newsurl].'e/data/images/nouserpic.gif')。'获取头像地址。如果没有头像,则显示默认头像nouserpic.gif。