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); + ?> +