Веб-студия «Простая Матрица»
Путь к файлу шаблона /news.detail/.default/template.php
<? if ($arResult["PROPERTIES"]["MORE_PHOTO"]["VALUE"]) : ?>
<? foreach ($arResult["PROPERTIES"]["MORE_PHOTO"]["VALUE"] as $item) : ?>
<? $img = CFile::GetFileArray($item); ?>
<div>
<img src="<?= $img["SRC"] ?>" width="<?= $img["WIDTH"] ?>" height="<?= $img["HEIGHT"] ?>" alt="<?= $arResult["NAME"] ?>" title="<?= $arResult["NAME"] ?>" />
</div>
<? endforeach; ?>
<? endif; ?>