modules.php 327 Bytes Edit Raw Blame History 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', ] ], ];