OK, my site is http://www.ex-brief.com
I am using
<?php
$stats = get_sitestats();
echo "".$stats[ 'users' ]."";
?>
to show the registered users in my sidebar currently. I want this information to appear in my header just under where it says "Ex BRIEF" in the black area. How exactly can I do this? Can post code if needed.