mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 07:44:49 +02:00
Gsitemap default sitemap.xml URL fix.
This commit is contained in:
@@ -108,8 +108,8 @@ class news_gsitemap
|
||||
$ret[] = [
|
||||
'url' => $this->url('news', $row),
|
||||
'lastmod' => (int) $row['news_datestamp'],
|
||||
'freq' => 'always',
|
||||
'priority' => 0.7
|
||||
'freq' => 'hourly',
|
||||
'priority' => 0.5
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user