source: documentation/trunk/packages/templates/greenstone-monobook/user/tracker.php@ 30114

Last change on this file since 30114 was 30114, checked in by jmt12, 9 years ago

Updated Greenstone customizations for Detritus, but rearranged to move into separate plugin. Initial checkin of plugins, template, special wiki pages.

File size: 1.2 KB
Line 
1<?php
2
3/**
4 * Place for user defined web analytics software codes/tags
5 *
6 * Tools like Piwik and Google Analytics normally provide a small code snippet
7 * ("tag") which you have to include at your website to make everything work.
8 * This file exists to make this easier for you. You don't have to deliberate
9 * where you have to copy and paste the code, simply do it here.
10 *
11 * Usage: Copy and paste the needed code/tag AFTER the closing "?>"
12 *
13 *
14 * LICENSE: This file is open source software (OSS) and may be copied under
15 * certain conditions. See COPYING file for details or try to contact
16 * the author(s) of this file in doubt.
17 *
18 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
19 * @author Andreas Haerter <[email protected]>
20 * @link http://piwik.org/
21 * @link http://www.google.com/analytics/
22 * @link http://andreas-haerter.com/projects/dokuwiki-template-monobook
23 * @link http://www.dokuwiki.org/template:monobook
24 * @link http://www.dokuwiki.org/devel:configuration
25 */
26
27
28//check if we are running within the DokuWiki environment
29if (!defined("DOKU_INC")){
30 die();
31}
32
33//place the needed source codes BELOW this line ?>
Note: See TracBrowser for help on using the repository browser.