Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
649 views
in Q2A Core by
How to interpose the code:

<?php
include_once $_SERVER[ 'DOCUMENT_ROOT' ].'/twatch/api/LogRequest.php';
twatchLogRequest();
?>




(For site statistics: http://www.tracewatch.com/doc/ )

1 Answer

+1 vote
by
 
Best answer
Your easiest option is to do this in an advanced theme, say by overriding the header_custom(...) function.
by
What function in version 1.3 beta 2?
...