Which template would we revert.? gxbl_stats
(Actually i dont have the option to revert any of the gXboxLive Templates)
Herte is the stats template.. i have never edited it either.
Code:
<!-- gxbl stats on box -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="6">
<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('gxbl_stats')"><img id="collapseimg_gxbl_stats" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_gxbl_stats].gif" alt="" border="0" /></a>
<phrase 1="$vbphrase[gxboxlive_title]"><a href="gxboxlive.php$session[sessionurl_q]">$vbphrase[x_statistics]</a></phrase>
</td>
</tr>
</thead>
<tbody id="collapseobj_gxbl_stats" style="$vbcollapse[collapseobj_gxbl_stats]">
<tr>
<td class="thead" align="center"><phrase 1="$vbphrase[gxbl_stats]">$vbphrase[gxbl_top_x]</phrase></td>
<td class="thead" align="center"><phrase 1="$vbphrase[gxbl_players]">$vbphrase[gxbl_top_x]</phrase></td>
<td class="thead" align="center"><phrase 1="$vbphrase[gxbl_avatars]">$vbphrase[gxbl_top_x]</phrase></td>
<td class="thead" align="center"><phrase 1="$vbphrase[gxbl_games]">$vbphrase[gxbl_top_x]</phrase></td>
</tr>
<tr>
<td class="alt1" width="20%" valign="top" nowrap="nowrap">
<div width="100%" class="smallfont"><span style="float:$stylevar[right]">$gxblusercount[usercount]</span>$vbphrase[gxbl_players]</div>
<div width="100%" class="smallfont"><span style="float:$stylevar[right]">$gxblusercount[gold]</span>$vbphrase[gxbl_gold] $vbphrase[gxbl_accounts]</div>
<div width="100%" class="smallfont"><span style="float:$stylevar[right]">$gxblusercount[silver]</span>$vbphrase[gxbl_silver] $vbphrase[gxbl_accounts]</div>
<div width="100%" class="smallfont"><span style="float:$stylevar[right]">$gxblusercount[score]</span>$vbphrase[gxbl_total] $vbphrase[gxbl_score]</div>
<div width="100%" class="smallfont"><span style="float:$stylevar[right]">$gxblusercount[reputation]</span>$vbphrase[gxbl_total] $vbphrase[reputation]</div>
<div width="100%" class="smallfont"><span style="float:$stylevar[right]">$gxblusercount[games]</span>$vbphrase[gxbl_games]</div>
</td>
<td class="alt2" width="20%" valign="top" nowrap="nowrap">$gxbltop[players]</td>
<td class="alt1" width="20%" align="center">$gxbltop[avatars]</td>
<td class="alt1" width="20%" align="center">$gxbltop[games]</td>
</tr>
</tbody>
</table>
<br />
<!-- end gxbl stats box -->