Commit e3e0413d1f7bfcd95b58f7f0357deeabebb27929
1 parent
506db37f
site map
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
console/SiteMapController.php
@@ -118,7 +118,7 @@ | @@ -118,7 +118,7 @@ | ||
118 | $this->mapNumber++; | 118 | $this->mapNumber++; |
119 | 119 | ||
120 | $this->mainMap .= '<sitemap>'. | 120 | $this->mainMap .= '<sitemap>'. |
121 | - '<loc>https://extremstyle.ua/ru/' . $this->fileName . '</loc>'. | 121 | + '<loc>https://extremstyle.ua/' . $this->fileName . '</loc>'. |
122 | '<lastmod>' . date('Y-m-d') . '</lastmod>'. | 122 | '<lastmod>' . date('Y-m-d') . '</lastmod>'. |
123 | '</sitemap>'; | 123 | '</sitemap>'; |
124 | 124 |