You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
415 B
16 lines
415 B
<?
|
|
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
|
|
$APPLICATION->SetTitle("Расчет септика");
|
|
?>
|
|
|
|
<?$APPLICATION->IncludeComponent(
|
|
"era:calculator",
|
|
"",
|
|
Array(
|
|
"IBLOCK_ID" => "4", // ID инфоблока с товарами
|
|
"CACHE_TYPE" => "A",
|
|
"CACHE_TIME" => "3600"
|
|
)
|
|
);?>
|
|
|
|
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>
|