Commit 49f34385a949f775194b4100258213b045950ca7
1 parent
86de9298
rm node nodule
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/widgets/Seo.php
@@ -478,7 +478,7 @@ class Seo extends Widget | @@ -478,7 +478,7 @@ class Seo extends Widget | ||
478 | 478 | ||
479 | public function addPage($string){ | 479 | public function addPage($string){ |
480 | 480 | ||
481 | - if($this->page && $this->page!=1){ | 481 | + if($this->page){ |
482 | return $string." - страница {$this->page}"; | 482 | return $string." - страница {$this->page}"; |
483 | } | 483 | } |
484 | return $string; | 484 | return $string; |