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 <development@andreas-haerter.com>
20 * @link http://andreas-haerter.com/projects/dokuwiki-template-mnml-blog
21 * @link http://www.dokuwiki.org/template:mnml-blog
22 * @link http://www.dokuwiki.org/template:scanlines
23 * @link http://www.google.com/analytics/
24 * @link http://piwik.org/
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 ?>
34