首页 > CMS > Discuz > 正文

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

2024-09-11 09:05:11
字体:
来源:转载
供稿:网友
 
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-->

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表