SVN commit 955515 by danimo: Track www with piwik M +5 -0 site.inc --- trunk/www/sites/www/site.inc #955514:955515 @@ -14,4 +14,9 @@ // www.kde.org is not editable $showedit = false; + +// track using piwik +$usePiwik = true; +$piwikSiteID = 9; + ?>