Commit 8ee9ffaa3220e0ddfb9a624af55e97f844448dd0

Authored by Administrator
1 parent 4a058e74

rm node nodule

Showing 1 changed file with 2 additions and 4 deletions   Show diff stats
frontend/widgets/Seo.php
... ... @@ -477,9 +477,7 @@ class Seo extends Widget
477 477  
478 478  
479 479 public function addPage($string){
480   - if($this->page && $this->page!=1){
481   - return $string." - страница {$this->page}";
482   - }
483   - return $string;
  480 + return $string." - страница {$this->page}";
  481 +
484 482 }
485 483 }
486 484 \ No newline at end of file
... ...