Quote:
Originally Posted by Colin F
What you would have to do is call the function and save it to a variable, which you can then call from the template.
so, in the *.php:
$online = OnlineCount();
and in the template just use $online
|
Ok I understand. Any suggestion on where I should include my php page with all my functions? Would global.php be my best bet?
And thank you for the help..