Created
December 11, 2012 10:45
-
-
Save nfreear/4257685 to your computer and use it in GitHub Desktop.
Configuration options for Track OER/ CaPRéT plugin - CloudEngine/ Cloudworks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Google Analystics | |
| $config['x_google_analytics'] = FALSE; #TRUE; | |
| $config['google_analytics'] = 'UA-5304738-3'; // Set this to your google analytics code | |
| // CaPReT/ Track OER | |
| $config['x_capret'] = TRUE; | |
| $config['capret_variant'] = 'piwik'; // Or 'ga', or 'classic' | |
| $config['capret_analytics_id'] = 6; // Or 'UA-12345-6' | |
| $config['capret_about_url'] = 'support/capret'; // Fed to CodeIgniter 'anchor()' function. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment