User Menu
Keywords
|
Home > Talk > site statsI guess this ties into the .htaccess question, but not exactly. I want to use slim stat for my site's stats. Slim stat require I put a line of PHP on every page who's stats I want reported. I've added this line to a Wordpress template in the past, and it worked fine. Where would I add this line for it to work w/ wikyblog the line looks like<?php @include_once( "/home/public_html/nycgreenway/slimstat/inc.stats.php" ); ?>Where should I put that? Or am I better off using mint which requires a line of JS instead of PHP?
if( $autoStart !== false){
require($includeDir.'/wiki2.php');
doWikiThing();
}
@include_once( "/home/public_html/nycgreenway/slimstat/inc.stats.php" );
|