setFrameMode(true); if(isset($arResult['ELEMENT_H1']) && !empty($arResult['ELEMENT_H1'])) { $this->SetViewTarget("sotbit_seometa_h1"); echo $arResult['ELEMENT_H1']; $this->EndViewTarget(); } if(isset($arResult['ELEMENT_TOP_DESC']) && !empty($arResult['ELEMENT_TOP_DESC'])) { $this->SetViewTarget("sotbit_seometa_top_desc"); echo $arResult['ELEMENT_TOP_DESC']; $this->EndViewTarget(); } if(isset($arResult['ELEMENT_BOTTOM_DESC']) && !empty($arResult['ELEMENT_BOTTOM_DESC'])) { $this->SetViewTarget("sotbit_seometa_bottom_desc"); echo $arResult['ELEMENT_BOTTOM_DESC']; $this->EndViewTarget(); } if(isset($arResult['ELEMENT_ADD_DESC']) && !empty($arResult['ELEMENT_ADD_DESC'])) { $this->SetViewTarget("sotbit_seometa_add_desc"); echo $arResult['ELEMENT_ADD_DESC']; $this->EndViewTarget(); } if(isset($arResult['ELEMENT_FILE']) && !empty($arResult['ELEMENT_FILE'])) { $this->SetViewTarget("sotbit_seometa_file"); echo '' . $arResult['ELEMENT_FILE']['DESCRIPTION'] . ''; $this->EndViewTarget(); } ?>