php模板if,zblogPHP模板-常⽤if判断是否登陆判断:{if $user.ID>0}{$user.StaticName}{/if}
CMS判断:{template:header}
{if $type=='index'&&$page=='1'}
{template:post-cms}
{else}
{template:post-category}
{/if}
{template:footer}
侧栏模块判断:{if $type=='index'}
{template:sidebar}
{elseif $type=='category'}
{template:sidebar2}
{elseif $type=='article'}
{template:sidebar3}
{elseif $type=='page'}
{template:sidebar4}
{else}
{template:sidebar5}
{/if}
single.php⽂章、页⾯判断:{template:header}
{if $article.Type==ZC_POST_TYPE_ARTICLE}
{template:post-single}
{else}
{template:post-page}
{/if}
{template:footer}
评论是否开启判断:{if !$article.IsLock}{template:comments} {/if}
{if $article.CommNums>0}是否有评论{/if}博客模板大全
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论