帝国cms常⽤标签汇总
判断会员是否登录
<?php
if(!$_COOKIE[ecmsmlusername]){
$srr="登录可见";
}else{
$srr="[!--lbsly--]";
}
帝国cms文库模板>
[!--news.url--]skin/default/
[e:loop={"select classid,classname,bname from phome_enewsclass where classid='$GLOBALS[navcla
ssid]'",1,24,0}]<title><?=$bqr[bname]?></title>[/e:loop] [e:loop={"select * from phome_enewsclass where classid='$GLOBALS[navclassid]'",1,24,0}]<title><?=$bqr[bname]?></title>[/e:loop]
<?php
$fcr=explode('|',$class_r[$GLOBALS[navclassid]][featherclass]);
$topbclassid=$fcr[1]?$fcr[1]:$GLOBALS[navclassid];//取得当前栏⽬的顶级栏⽬ID
$rs=$empire->fetch1("select * from phome_enewsclass where classid=$topbclassid");
>
_<?=$rs['bname']?>_<?=$public_r[sitename]?> 顶级栏⽬名称+⽹站标题
<?=$class_r[$GLOBALS[navclassid]][bname]?>

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。