1
I'd like to embed the phpOpenTracker into my XOOPS powered site. To enable the Logging Engine, I should insert the following instructions: <?php include 'tracker/phpOpenTracker.php'; phpOpenTracker::log(); ?> into each page.
How to do the the best way? Which XOOPS's file should I edit?
Thanks.