Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
49f34385a949f775194b4100258213b045950ca7
Authored by
Administrator
2017-01-17 11:49:56 +0200
1 parent
86de9298
rm node nodule
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/widgets/Seo.php
Inline
Side-by-side
frontend/widgets/Seo.php
Wrap text
Show/Hide comments
View file @
49f3438
...
...
@@ -478,7 +478,7 @@ class Seo extends Widget
478
478
479
479
public function addPage($string){
480
480
481
- if($this->page
&& $this->page!=1
){
481
+ if($this->page
){
482
482
return $string." - страница {$this->page}";
483
483
}
484
484
return $string;
...
...