You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

39 lines
1.4 KiB

  1. <?php
  2. /**
  3. * Place for user defined web analytics software codes/tags
  4. *
  5. * Tools like Piwik and Google Analytics normally provide a small HTML code
  6. * snippet ("tag") which you have to include at your website to make everything
  7. * work. This template tries to make this easier for you.
  8. *
  9. * You don't have to deliberate where you have to copy and paste the code
  10. * simply create a "/user/tracker.php" file. The template recognizes and loads
  11. * the provided tracker data automatically. You may want to rename this file
  12. * from "tracker.php.dist" to "tracker.php" to get a good starting point. Just
  13. * copy and paste the needed HTML code/tag AFTER the closing "?>"
  14. *
  15. * Note: All example files are delivered with the ".dist" extensions to make
  16. * sure your changes do not get overwritten when updating the template.
  17. * Just remove the ".dist" extension to use them.
  18. *
  19. *
  20. * LICENSE: This file is open source software (OSS) and may be copied under
  21. * certain conditions. See COPYING file for details or try to contact
  22. * the author(s) of this file in doubt.
  23. *
  24. * @license GPLv2 (http://www.gnu.org/licenses/gpl2.html)
  25. * @author ARSAVA <dokuwiki@dev.arsava.com>
  26. * @link http://piwik.org/
  27. * @link http://www.google.com/analytics/
  28. * @link https://www.dokuwiki.org/template:vector
  29. */
  30. //check if we are running within the DokuWiki environment
  31. if (!defined("DOKU_INC")){
  32. die();
  33. }
  34. //place the needed HTML source codes BELOW this line ?>