帝国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>';


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM