discuz! 帖子作者用户组图标代码

时间:2018-12-26 09:43作者:网友投稿
 
node中使用。
<!--用户组图标-->
<!--{eval $_self = $thread['author'] && $post['author'] == $thread['author'] && $post['position'] !== '1';}-->
<!--{if $_self }-->
<img class="authicn vm" id="authicon$post[pid]" src="{IMGDIR}/ico_lz.png" />
<!--{else}-->
<!--{if !$post['anonymous'] && $_G['cache']['groupicon'][$post['groupid']]}-->
<img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][$post['groupid']]" />
<!--{else}-->
<img class="authicn vm" id="authicon$post[pid]" src="$_G['cache']['groupicon'][0]" />
<!--{/if}-->
<!--{/if}-->
<!--end-->


免责声明:本站所有文章和图片均来自用户分享和网络收集,文章和图片版权归原作者及原出处所有,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服处理。