|
That hides the statspal are you talking about other stats as in this in index.php for if the sidebar is OFF
elseif ( $Globals['statspal'] == "yes" && $User['userid'] > 0 ) {
include( "{$Globals['PP_PATH']}/{$Globals['TMPL_PATH']}/indexstats.tmpl" );
}
|