Your IP : 3.144.42.19
<?php
require($_SERVER['DOCUMENT_ROOT'] . '/mobile/headers.php');
require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/header.php');
$GLOBALS['APPLICATION']->IncludeComponent(
'bitrix:mobile.crm.lead.edit',
'',
array(
'UID' => 'mobile_crm_lead_edit',
'LEAD_SHOW_URL_TEMPLATE' => '/mobile/crm/lead/view.php?lead_id=#lead_id#',
'SERVICE_URL_TEMPLATE' => '/mobile/ajax.php?mobile_action=crm_lead_edit&site_id=#SITE#&sessid=#SID#',
'PRODUCT_ROW_URL_TEMPLATE' => '/mobile/ajax.php?mobile_action=crm_product_row_edit&site_id=#SITE#&sessid=#SID#',
'LEAD_EDIT_URL_TEMPLATE' => '/mobile/crm/lead/edit.php?lead_id=#lead_id#',
'PRODUCT_ROW_EDIT_URL_TEMPLATE' => '/mobile/crm/product_row/edit.php?context_id=#context_id#',
'PRODUCT_SELECTOR_URL_TEMPLATE' => '/mobile/crm/product/list.php?list_mode=selector¤cy_id=#currency_id#',
'STATUS_SELECTOR_URL_TEMPLATE' => '/mobile/crm/status/list.php?mode=selector&type_id=#type_id#&context_id=#context_id#',
'CURRENCY_SELECTOR_URL_TEMPLATE' => '/mobile/crm/currency/list.php?mode=selector&context_id=#context_id#',
'LEAD_STATUS_SELECTOR_URL_TEMPLATE' => '/mobile/crm/progress_bar/list.php?mode=selector&entity_type=lead&context_id=#context_id#',
'USER_PROFILE_URL_TEMPLATE' => '/mobile/users/?user_id=#user_id#'
)
);
require($_SERVER['DOCUMENT_ROOT'] . '/bitrix/footer.php');