YMCA of Greater Kalamazoo : Swimming, Tennis, Fitness, Child Care, Preschool
Employee Login
'news',
'where' => "home_page='1'",
));
?>
'events',
));
?>
'home_page_schedules_and_downloads',
));
?>
'home_page_financial_assistance',
'where' => whereRecordNumberInUrl(1),
'limit' => '1',
));
$home_page_financial_assistanceRecord = @$home_page_financial_assistanceRecords[0]; // get first record
// show error message if no matching record is found
if (!$home_page_financial_assistanceRecord) {
print "Record not found!";
exit;
}
?>