destoon内容页面调取当前会员的会员组名称

来源: https://destoon.cc/ 日期: 2019-03-01 19:57:10 人气: - 评论: 0

首先在module/sell/show.inc.php中添加一行


$GROUP = cache_read('group.php');


然后在模板sell/show.htm中添加



{$GROUP[$groupid][groupname]}