帝國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