Файл: forsoc.ru/ext/sheer/delnotifications/ucp/notifications_info.php
Строк: 37
<?php
/**
*
* @package phpBB Extension - Delete unnecessary notifications
* @copyright (c) 2015 sheer
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
namespace sheerdelnotificationsucp;
class notifications_info
{
function module()
{
return array(
'filename' => 'sheerdelnotificationsucpnotifications_module',
'title' => 'UCP_DELNOTIFICATIONS',
'version' => '1.0.0',
'modes' => array(
'manage' => array('title' => 'UCP_NOTIFICATIONS_DELETE',
'auth' => 'ext_sheer/delnotifications',
'cat' => array('UCP_MAIN')),
),
);
}
function install()
{
}
function uninstall()
{
}
}