%PDF- %PDF-
Direktori : /home/bitrix/www/bitrix/components/bitrix/iblock.element.add/ |
Current File : //home/bitrix/www/bitrix/components/bitrix/iblock.element.add/component.php |
<? if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die(); /** @var CBitrixComponent $this */ /** @var array $arParams */ /** @var array $arResult */ /** @var string $componentPath */ /** @var string $componentName */ /** @var string $componentTemplate */ /** @global CDatabase $DB */ /** @global CUser $USER */ /** @global CMain $APPLICATION */ $this->setFrameMode(false); if (!empty($_REQUEST["edit"])) $componentPage = "form"; else $componentPage = "list"; $arParams["EDIT_URL"] = $APPLICATION->GetCurPage("", array("edit", "delete", "CODE")); $arParams["LIST_URL"] = $arParams["EDIT_URL"]; $this->IncludeComponentTemplate($componentPage); ?>