Код |
---|
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die(); $id_section = intval($_GET['SECTION_ID']); // ID раздела if($id_section > 0) { $sql = CIBlockSection::GetByID($id_section); if($result = $sql->GetNext()) { $path = CFile::GetPath($result['PICTURE']); $arResult['PREVIEW_PICTURE_SECTION'] = $path; } } ?> |
Код |
---|
<img src="<?=$arResult['PREVIEW_PICTURE_SECTION']?>" alt="#" /> |