From 2539a19b542d14647e3ec8bc8ea18584ad3d0a87 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 13 Feb 2017 19:33:17 +0200 Subject: [PATCH] ga tests --- frontend/views/articles/show.php | 7 ++----- frontend/views/layouts/main.php | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/views/articles/show.php b/frontend/views/articles/show.php index c2f9274..1379b19 100755 --- a/frontend/views/articles/show.php +++ b/frontend/views/articles/show.php @@ -9,13 +9,10 @@ $this->title = $news->meta_title; $this->params['seo']['title'] = !empty($this->title) ?$this->title :$news->title; $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_description]); -$this->registerJs(" - - ga('set', 'author', '".$author."'); - ga('send', 'pageview'); -", View::POS_END); + ?> +