<?php

/**
 * Place for user defined web analytics software codes/tags
 *
 * Tools like Piwik and Google Analytics normally provide a small code snippet
 * ("tag") which you have to include at your website to make everything work.
 * This file exists to make this easier for you. You don't have to deliberate
 * where you have to copy and paste the code, simply do it here.
 *
 * Usage: Copy and paste the needed code/tag AFTER the closing "?>"
 *
 *
 * LICENSE: This file is open source software (OSS) and may be copied under
 *          certain conditions. See COPYING file for details or try to contact
 *          the author(s) of this file in doubt.
 *
 * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
 * @author Andreas Haerter <development@andreas-haerter.com>
 * @link http://andreas-haerter.com/projects/dokuwiki-template-mnml-blog
 * @link http://www.dokuwiki.org/template:mnml-blog
 * @link http://www.dokuwiki.org/template:scanlines
 * @link http://www.google.com/analytics/
 * @link http://piwik.org/
 */


//check if we are running within the DokuWiki environment
if (!defined("DOKU_INC")){
    die();
}

//place the needed source codes BELOW this line ?>
