pbootcms判断列表页有无内容,无内容返回提示
> {pboot:if({page:rows}>0)}{page:bar}{else}暂无内容{/pboot:if}
例:
{pboot:if({page:rows}>0)} <div class="page"> <a href="{page:index}">首页</a> <a href="{page:pre}">上一页</a> {page:numbar} <a href="{page:next}">下一页</a> <a href="{page:last}">尾页</a> </div> {else} <div class="page">暂无内容</div> {/pboot:if}
上一篇:DedeCMS <=5.7 SP2 file_class.php 任意文件上传漏洞