www.gusucode.com > citySHOP B2C商城系统 进销存 2.0.6码程序 > upload/data/templates/1_user_mycredits.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"><?=$mycredits?></td>
    </tr>
</table>