Is it possible to run the queries from the php_include_start template? I'd like to use this, but I'd like to avoid hacking the actual PHP files. I've done a few hacks to my board that were originally file hacks, and I was able to modify them to pull the data in the php_incllude sections.
If it can be, what is the variable to control it only being called on the index....
something like:
if ($page = 'INDEX')
{
get 24 hr users
}
|