и в итоге
<?
$InformationSystem = new InformationSystem();
$result=$InformationSystem->GetInformationFromPath($InformationSystem_id);
if (is_array($result) && $result['group'] > 0) {
$result2=$InformationSystem->GetPropertysGroup($result['group'], $InformationSystem_id);
if (isset($result2[0]['information_propertys_groups_value_value'])) {
$ipath = '/upload/shop/'.$result2[0]['information_propertys_groups_value_value'];
?>
<img src="<? echo $ipath; ?>" alt="">
<?
}
}
?>
/upload/shop/ - путь где лежат картинки, в 4.1 по моему все картинки в 1 папке