I got it to work-
placed this code in the footer.php of the theme dir
<!– WORKS–>
<?php @include_once $GLOBALS[‘HTTP_SERVER_VARS’][‘DOCUMENT_ROOT’].’/twatch_include/logger.php’; ?>
</body>
</html>
I am also interested in using twatch on my WP blog; I use it on my site http://www.simonmetz.com and love it. So one could one change the variable to
<?php @include_once
http://www.sitename.com/twatch ?> and the relative position.
Thanks,
–S