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