Your IP : 3.145.183.34


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/subscribe.edit/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/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')
		],
	],
];