diff --git a/frontend/widgets/Seo.php b/frontend/widgets/Seo.php index 423efce..0c783ef 100755 --- a/frontend/widgets/Seo.php +++ b/frontend/widgets/Seo.php @@ -478,7 +478,7 @@ class Seo extends Widget public function addPage($string){ - if($this->page && $this->page!=1){ + if($this->page){ return $string." - страница {$this->page}"; } return $string; -- libgit2 0.21.4