$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>';

相关文章:

  • 2022-12-23
  • 2021-12-02
  • 2022-12-23
  • 2021-05-15
  • 2021-10-16
  • 2021-12-05
  • 2021-06-28
  • 2021-10-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案