帝国CMS列表模板页面IF判断
$listtemp = ‘<li class=” g_over”>’;
$listtemp .= ‘<a href=”[!–titleurl–]” class=”img” rel=”nofollow” target=”_blank” title=”[!–title–]”>’;
if(!empty($r[pic]))
{
$listtemp .= ‘<img src=”[!–pic–]” alt=”” title=”[!–title–]”>’;
}
else{
$listtemp .= ‘<span style=”font-size:30px; margin-top:100px; color:#000;”>[!–title–]</span>’;
}
$listtemp .= ‘</a>’;
$listtemp .= ‘<div class=”goods-padding”>’;
$listtemp .= ‘<div class=”title”>’;
$listtemp .= ‘<a target=”_blank” href=”[!–titleurl–]” target=”_blank”>[!–title–]</a>’;
$listtemp .= ‘</div>’;
$listtemp .= ‘</div>’;
$listtemp .= ‘</li>’;
原文链接:https://www.cnblogs.com/xiangjune/p/6538610.html
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。