| Current Path : /var/www/element/data/www/greenpr.ru/bitrix/components/bitrix/iblock.element.add/ |
| Current File : /var/www/element/data/www/greenpr.ru/bitrix/components/bitrix/iblock.element.add/component.php |
<?
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();
//echo "<pre>"; print_r($arParams); echo "</pre>";
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);
?>