YaWK  24.1
Yet another WebKit
googleAnalytics.php
Go to the documentation of this file.
1 <?php
2 /** @var $db \YAWK\db */
3 // check if google analytics widget is set
4 if (!isset($googleAnalytics))
5 { // load gallery widget class
6  require_once 'classes/googleAnalytics.php';
7  // create new google analytics widget object
8  $googleAnalytics = new \YAWK\WIDGETS\GOOGLE\ANALYTICS\googleAnalytics($db);
9 }
10 // embed google analytics
11 $googleAnalytics->init();