Blame view

common/config/modules.php 327 Bytes
d1f8bd40   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
  <?php
  return [
      'menu' => [
          'permanent_link' => [
              '/news/list/index' => 'Blog',
            //  '/faq/faq/index' => 'Faq',
              '/calendar/list/index' => 'Calendar',
              '/form/feedback/feedback/index' => 'Contact',
              '/seo/sitemaphtml/index' => 'Sitemap Html',
          ]
      ],
  ];