' . $info_title . ''; } if($info_title) { echo '
'; foreach ($info_repeats as $info_repeat) { $info_repeat_icon = $info_repeat['info_repeat_icon']; $info_repeat_title = $info_repeat['info_repeat_title']; $info_repeat_description = $info_repeat['info_repeat_description']; $info_repeat_link = $info_repeat['info_repeat_link']; echo '
'; if($info_repeat_icon) { echo '' . esc_attr($info_repeat_icon['alt']) . ''; } if($info_repeat_title) { echo '

' . $info_repeat_title . '

'; } if($info_repeat_description) { echo '

' . $info_repeat_description . '

'; } if($info_repeat_link) { echo 'Узнать подробнее'; } echo '
'; } echo '
'; } ?>