nei need a way to take the stats box out of the admin pannel (the box that appears when you first log into the admin panel with the stats in it.....
nei need a way to take the stats box out of the admin pannel (the box that appears when you first log into the admin panel with the stats in it..... You Creature!! |
admin/index.php
Locate the following:
ContentBlockHead( 'Latest Activity', 0, 'quickstat' ); echo '<div class="quick_stat_part">
Just comment it out as follows:
//ContentBlockHead( 'Latest Activity', 0, 'quickstat' ); //echo '<div class="quick_stat_part">
The Stats will disappear from the Admin Page.
|