From 25cb16d7b6e407081aa2fc70f17692a14cf2a76a Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 5 Mar 2015 16:52:25 -0500 Subject: [PATCH] bring over google anlytics and tracking code and turn off error from videos js --- Toolkit/Page.php | 7 ++++--- templates/template.html | 13 +++++++++++++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Toolkit/Page.php b/Toolkit/Page.php index 27e0767..f88e3f8 100755 --- a/Toolkit/Page.php +++ b/Toolkit/Page.php @@ -266,6 +266,7 @@ class Toolkit_Page private function _video() { + return false; //$GLOBALS['styleSheets'][] // = GLM_APP_BASE_URL . 'gallery/colorbox/colorbox.css'; //$GLOBALS['bottomScripts'][] @@ -622,11 +623,11 @@ class Toolkit_Page ) { $this->_events($this->_toolboxPage, $this->_pageGateway); } - + if ($this->_catid == HOME_ID) { $this->_blogReader(); } - + if ( defined("GLM_BLOCKS") && GLM_BLOCKS && !filter_var($_REQUEST[ 'sitemap'], FILTER_VALIDATE_INT) @@ -1109,7 +1110,7 @@ class Toolkit_Page $feed = $feedReader->fetchMostRecent(); $this->feed = $feed['items']; } - + /** * Add Weather module * diff --git a/templates/template.html b/templates/template.html index 0c63e90..8994b52 100755 --- a/templates/template.html +++ b/templates/template.html @@ -11,6 +11,16 @@ {topScripts:h} +
@@ -221,5 +231,8 @@
{bottomScripts:h} + + + -- 2.17.1