| Current Path : /var/www/homesaver/www/include/top_page/ |
| Current File : /var/www/homesaver/www/include/top_page/regionality.list.php |
<?global $arTheme;?>
<?$frame = new \Bitrix\Main\Page\FrameHelper('header-regionality-block');?>
<?$frame->begin();?>
<?
$template = strtolower($arTheme["USE_REGIONALITY"]["DEPENDENT_PARAMS"]["REGIONALITY_VIEW"]["VALUE"]);
if($arTheme["USE_REGIONALITY"]["DEPENDENT_PARAMS"]["REGIONALITY_SEARCH_ROW"]["VALUE"] == "Y" && $template == "select")
$template = "popup_regions";
?>
<?$APPLICATION->IncludeComponent(
"aspro:regionality.list.next",
$template,
Array(
)
);?>
<?$frame->end();?>