'upcoming_games',
'limit' => '3',
));
?>
|
|
@
vs.
ALASKA
BAKERSFIELD
CHARLOTTE
CINCINNATI
ELMIRA
FLORIDA
GREENVILLE
GWINNETT
IDAHO
LAS VEGAS
ONTARIO
READING
SOUTH CAROLINA
STOCKTON
TOLEDO
TRENTON
UTAH
VICTORIA
WHEELING
|
|
 |
|
Thank you for a Terrific Season! |
|

|

'home_page',
'where' => whereRecordNumberInUrl(1),
'limit' => '1',
));
$home_pageRecord = @$home_pageRecords[0]; // get first record
// show error message if no matching record is found
if (!$home_pageRecord) {
header("HTTP/1.0 404 Not Found");
print "Record not found!";
exit;
}
?>
'news_releases',
'limit' => '8',
));
?>
'home_page',
'where' => whereRecordNumberInUrl(1),
'limit' => '1',
));
$home_pageRecord = @$home_pageRecords[0]; // get first record
// show error message if no matching record is found
if (!$home_pageRecord) {
header("HTTP/1.0 404 Not Found");
print "Record not found!";
exit;
}
?>
|









|