From a59d8a37515376958acc922b6c060f0afebe787f Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 13 Feb 2017 18:27:08 +0200 Subject: [PATCH] ga tests --- frontend/views/articles/show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/articles/show.php b/frontend/views/articles/show.php index a814e9c..e4c71da 100755 --- a/frontend/views/articles/show.php +++ b/frontend/views/articles/show.php @@ -10,7 +10,7 @@ $this->params['seo']['title'] = !empty($this->title) ?$this->title :$news->title $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_description]); $this->registerJs(" _gaq.push(['_setCustomVar',2,'Author','".$author."',3]); -", View::POS_TOP, 'author'); +", View::POS_READY); ?>