Logo white

Eugeny Galkovskiy / kbenergy_new

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • kbenergy_new
  • common
  • config
  • SitemapStatic.php
  • hernya
    031f7482
    Alex Savenko authored
    2018-02-18 15:37:25 +0200  
    Browse Code ยป
SitemapStatic.php 480 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?php

return [
    1 => [
        'url' => 'http://t13.artweb.com.ua/',
        'frequency' => 'always',
        'priority' => '1',
        'id' => 1,
    ],
    2 => [
        'url' => 'http://t13.artweb.com.ua/ru/site/legal',
        'frequency' => 'daily',
        'priority' => '0.9',
        'id' => 2,
    ],
    3 => [
        'url' => 'http://t13.artweb.com.ua/ru/site/individual',
        'frequency' => 'daily',
        'priority' => '0.9',
        'id' => 3,
    ],
];