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.
 
 
 
 
aliseptik/html-map/index.php

20 lines
562 B

<?
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
$APPLICATION->SetTitle("Расчет септика");
?>
<main class="content" id="content">
<div class="container">
<?$APPLICATION->IncludeComponent(
"era:html.map",
"",
Array(
// "IBLOCK_ID" => "4", // ID инфоблока с товарами
// "CACHE_TYPE" => "A",
// "CACHE_TIME" => "3600"
)
);?>
</div>
</main>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");?>