Commit a59d8a37515376958acc922b6c060f0afebe787f
1 parent
9f236f05
ga tests
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/articles/show.php
... | ... | @@ -10,7 +10,7 @@ $this->params['seo']['title'] = !empty($this->title) ?$this->title :$news->title |
10 | 10 | $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_description]); |
11 | 11 | $this->registerJs(" |
12 | 12 | _gaq.push(['_setCustomVar',2,'Author','".$author."',3]); |
13 | -", View::POS_TOP, 'author'); | |
13 | +", View::POS_READY); | |
14 | 14 | ?> |
15 | 15 | |
16 | 16 | <nav class="bread-crumbs"> | ... | ... |