Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/gadgets/sprint.migration/dashboard/
Upload File :
Current File : /var/www/homesaver/www/bitrix/gadgets/sprint.migration/dashboard/.description.php

<?

use Bitrix\Main\Loader;
use Sprint\Migration\Locale;

if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true) {
    die();
}

if (!Loader::includeModule('sprint.migration')) {
    return false;
}

$arDescription = [
    'NAME' => Locale::getMessage('GD_INFO_NAME'),
    'DESCRIPTION' => Locale::getMessage('GD_INFO_DESC'),
    'ICON' => '',
    'TITLE_ICON_CLASS' => 'bx-gadgets-no-padding',
    'GROUP' => ['ID' => 'admin_settings'],
    'NOPARAMS' => 'N',
    'AI_ONLY' => true,
];