modules.php 327 Bytes
<?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',
        ]
    ],
];