K
Size: a a a
K
K
СГ
СГ
СГ
СГ
СГ
K
А
СГ
А
СГ
$data_list = $modx->getCollection('modResource', array('parent' => $res));
$output = '';
foreach ($data_list as $key => $D) {
$PR = array(
'NamePhoto' => $D->getTVValue('NamePhoto'),
'UrlPhoto' => $D->getTVValue('UrlPhoto'),
'content' => $D->get('content'),
'w_img' => $w,
'h_img' => $h,
'WP' => $WP,
);
$output .= $modx->getChunk('owl_chank_no_crop',$PR);
}
return $output;
СГ
СГ
$D->getTVValue('NamePhoto')
СГ
А
А
А
NS
MM