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