' . $why_title . ''; } if($why_repeats) { echo '
'; foreach ($why_repeats as $why_repeat) { $why_repeat_title = $why_repeat['why_repeat_title']; $why_repeat_description = $why_repeat['why_repeat_description']; echo '
'; if($why_repeat_title) { echo '

' . $why_repeat_title . '

'; } if($why_repeat_description) { echo '

' . $why_repeat_description . '

'; } echo '
'; } echo '
'; } ?>