| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/subscribe.edit/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/subscribe.edit/.description.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED!==true)
{
die();
}
$arComponentDescription = [
'NAME' => GetMessage('SUBSCR_EDIT_NAME'),
'DESCRIPTION' => GetMessage('SUBSCR_EDIT_DESC'),
'ICON' => '/images/subscr_edit.gif',
'CACHE_PATH' => 'Y',
'PATH' => [
'ID' => 'service',
'CHILD' => [
'ID' => 'subscribe',
'NAME' => GetMessage('SUBSCR_SERVICE')
],
],
];