Manual:LocalSettings.php: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: //Replace xxxxxxx-x with YOUR GoogleAnalytics UA number $googleAnalytics = "UA-35013628-1"; //Set to true if you are using the Monobook skin (uses a Monobook-specific hook) //This settin...)
 
No edit summary
Line 1: Line 1:
//Replace xxxxxxx-x with YOUR GoogleAnalytics UA number
//Replace xxxxxxx-x with YOUR GoogleAnalytics UA number
$googleAnalytics = "UA-35013628-1";
$googleAnalytics = "UA-75976848-1";
   
   
//Set to true if you are using the Monobook skin (uses a Monobook-specific hook)
//Set to true if you are using the Monobook skin (uses a Monobook-specific hook)

Revision as of 21:02, 2 May 2016

//Replace xxxxxxx-x with YOUR GoogleAnalytics UA number $googleAnalytics = "UA-75976848-1";

//Set to true if you are using the Monobook skin (uses a Monobook-specific hook) //This setting is ignored for MW 1.11+ (SkinAfterBottomScripts is used instead) $googleAnalyticsMonobook = true;

require_once( "$IP/extensions/googleAnalytics/googleAnalytics.php" );