www.gusucode.com > citySHOP B2C商城系统 进销存 2.0.6码程序 > upload/data/templates/1_user_mylevel.tpl.php

    <? if(!defined('IN_APP')) exit('Access Denied'); ?>
<table>
<tr class="uhead">
    	<th colspan="2">你的用户级别</th>
    </tr>
    <tr>
    	<td style="width:200px;" class="notice">你当前的用户级别是</td>
        <td class="notice"><span style="color:<?=$group['color']?>;font-weight:bold;"><?=$group['grouptitle']?></span></td>
    </tr>
</table>