diff --git a/frontend/widgets/Seo.php b/frontend/widgets/Seo.php index ac3c5bd..423efce 100755 --- a/frontend/widgets/Seo.php +++ b/frontend/widgets/Seo.php @@ -477,7 +477,10 @@ class Seo extends Widget public function addPage($string){ - return $string." - страница {$this->page}"; + if($this->page && $this->page!=1){ + return $string." - страница {$this->page}"; + } + return $string; } } \ No newline at end of file -- libgit2 0.21.4