6.6 应用举例 相册以及显示数量


avatar
pcwnas 2022-10-04 177

页面模板内容(*)

[!--empirenews.listtemp--]<!--list.var1-->[!--empirenews.listtemp--]

列表内容模板(list.var) (*)

$fr=$empire->fetch1("select * from {$dbtbpre}ecms_photo_data_{$r[stb]} where id='$r[id]'");
$mynum=count(explode(egetzy("rn"),$fr[morepic]));
$listtemp='
<li><a href="[!--titleurl--]" target="_blank"><i><img src="[!--titlepic--]" alt="[!--title--]"></i>
        <section>
          <p>[!--title--]</p>
          <span>'.$mynum.'</span>
         </section>
        </a>
   </li>
';

 

暂无评论

当前仅支持登录后发布评论