Quote:
Originally Posted by Junkie
For the richest players table, the header for the name column - "Name" - is missing. How can this be added?
|
You will need to edit the stats.php file...
casino/stats.php
Find;
Code:
$stitle = $vbphrase[casino_richest_players];
$col1 = $vbphrase[casino_name];
change to
Code:
$stitle = $vbphrase[casino_richest_players];
$scol1 = $vbphrase[casino_name];