Your IP : 216.73.216.170


Current Path : /home/bitrix/ext_www/rkw.yacl.site/crm/plugins/
Upload File :
Current File : /home/bitrix/ext_www/rkw.yacl.site/crm/plugins/index.php

<?php
require($_SERVER['DOCUMENT_ROOT'].'/bitrix/header.php');
?>

<?$APPLICATION->IncludeComponent(
	'bitrix:crm.control_panel',
	'',
	array(
		'ID' => 'CMSPLUGINS',
		'ACTIVE_ITEM_ID' => 'CMSPLUGINS',
		'ENABLE_SEARCH' => false,
	)
);?>

<?$APPLICATION->IncludeComponent(
	'bitrix:crm.config.external_plugins',
	'',
	Array(
		'CMS_ID' => $_REQUEST['cms'],
	)
);?>

<?php
require($_SERVER['DOCUMENT_ROOT'].'/bitrix/footer.php');