Apply for Red Cross Assistance
Apply for Red Cross Assistance
« BackThis discussion has been locked.
Replies:
|
11
~ 7 years ago
Sep 15, '17 11:03am
|
My sister has tried all week since the first day they launched it but was never able to get through on the webpage. 4951
This discussion has been locked.
« Back to Main PageViews: 489
# Replies: 31
if($fall === 'On' or $_COOKIE['fall'] === 'On') {
include('includes/falling_leaves.inc.php');
}
else if($snow === 'On' or $_COOKIE['snow'] === 'On') {
require_once('includes/snow.inc.php');
}
include('../templates/footer_generic_v2.inc.php');