{php include pubTemplate("header_admin")}
{php include template("admin/menu");}
{loop $arrUg $key $item} {$item['ugname']} {/loop}
前台权限
{if $ugid==1 || $ugid==2 || $ugid==3} {/if}
查看用户空间:
查看用户帖子:
查看用户小组:
查看用户文章:
查看用户粉丝:
查看用户关注:
查看用户留言:
发布留言:
{if $ugid==1 || $ugid==2}
后台权限
文章配置:
权限配置:
{/if}
API权限
查看用户:
{php include pubTemplate("footer_admin")}