<?php
foreach ($script as $script_gallery_photos):
//Настройки в изображения галереии фотографий анкете
require __DIR__ . '/settings.php';
?>
{"src":"<? echo $site_img.'/stamp/'.$script_gallery_photos['file_url'] ?>","w":<? echo $script_gallery_photos['width'] ?>,"h":<? echo $script_gallery_photos['height'] ?>,"title":'<? echo $title_heard ?>'},
<? endforeach; ?>