Commit 276dbd7b2f045bfb17b080e32b31eea6b7dc0b29
1 parent
056f2ad9
sitemap
Showing
3 changed files
with
3 additions
and
48 deletions
Show diff stats
common/config/SitemapDynamic.php deleted
1 | -<?php | |
2 | - | |
3 | -return [ | |
4 | - 1 => [ | |
5 | - 'entity' => 'common\\models\\Objectkb', | |
6 | - 'status' => '1', | |
7 | - 'frequency' => 'daily', | |
8 | - 'priority' => '0.9', | |
9 | - 'id' => 1, | |
10 | - ], | |
11 | - 2 => [ | |
12 | - 'entity' => 'artbox\\weblog\\models\\Article', | |
13 | - 'status' => '1', | |
14 | - 'frequency' => 'weekly', | |
15 | - 'priority' => '0.8', | |
16 | - 'id' => 2, | |
17 | - ], | |
18 | - 3 => [ | |
19 | - 'entity' => 'artbox\\core\\models\\Page', | |
20 | - 'status' => '1', | |
21 | - 'frequency' => 'weekly', | |
22 | - 'priority' => '0.6', | |
23 | - 'id' => 3, | |
24 | - ], | |
25 | -]; | |
26 | 0 | \ No newline at end of file |
common/config/SitemapStatic.php deleted
1 | -<?php | |
2 | - | |
3 | -return [ | |
4 | - 1 => [ | |
5 | - 'url' => 'http://t13.artweb.com.ua/', | |
6 | - 'frequency' => 'always', | |
7 | - 'priority' => '1', | |
8 | - 'id' => 1, | |
9 | - ], | |
10 | - 2 => [ | |
11 | - 'url' => 'http://t13.artweb.com.ua/ru/site/legal', | |
12 | - 'frequency' => 'daily', | |
13 | - 'priority' => '0.9', | |
14 | - 'id' => 2, | |
15 | - ], | |
16 | - 3 => [ | |
17 | - 'url' => 'http://t13.artweb.com.ua/ru/site/individual', | |
18 | - 'frequency' => 'daily', | |
19 | - 'priority' => '0.9', | |
20 | - 'id' => 3, | |
21 | - ], | |
22 | -]; | |
23 | 0 | \ No newline at end of file |