Код |
---|
if (is_numeric($_GET["SECTION_ID"]) && CModule::IncludeModule("iblock")) { $resSection = CIBlockSection::GetList(false, array("IBLOCK_ID"=>1,"ID"=>$_GET["SECTION_ID"])); if ($Section = $resSection->GetNext()) { $arPicture = CFile::GetFileArray($Section["PICTURE"]); $URL = $arPicture["SRC"]; } } |