If you did it this way, you wouldn't be able to decide where it goes.

And where would it show up with the way you have it here?
Quote:
Originally posted by nuno
there's no need to call {getmicrostats} 
replace
PHP Code:
$microstats='Page generated in '.$trimmedtime.' seconds ('.$percentphp.' - '.$percentsql.') with '.$query_count.' queries.<br>'.$adminstats;
with
PHP Code:
$vartext .='<center><smallfont>Page generated in '.$trimmedtime.' seconds ('.$percentphp.' - '.$percentsql.') with '.$query_count.' queries.<br></smallfont></center>'.$adminstats;
and no longer is needed template editing aranoid:
|