Файл: forsoc.ru/ext/shredder/sitemap/acp/sitemap_info.php
Строк: 13
<?php
/**
*
* @package phpBB3 SEO Sitemap
* @copyright (c) 2014 www.phpbb-work.ru
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
*/
namespace shreddersitemapacp;
class sitemap_info
{
function module()
{
return array(
'filename' => 'shreddersitemapacpsitemap_module',
'title' => 'SEOMAP',
'modes' => array(
'settings' => array('title' => 'SEOMAP_SETTINGS', 'auth' => 'ext_shredder/sitemap && acl_a_board', 'cat' => array('SEOMAP')),
),
);
}
}