fn_is_okay())
{
// If this isn't a calendar box
if(!$b_calbox)
{
// Show the Events List DIV
$o_PHP_Calendar->fn_show_calendar_events_list($i_start_day);
}
// Show the Calendar Box DIV, View Switchers and Search Form
$o_PHP_Calendar->fn_show_calendar_box();
// If this isn't just a calendar box
if(!$b_calbox)
{
// Show the search form, the view switchers & the jump to form
$o_PHP_Calendar->fn_show_view_switches();
$o_PHP_Calendar->fn_show_jump_to_form();
$o_PHP_Calendar->fn_show_search_form();
}
}
}
else
{
echo 'FATAL Error: Failed to load calendar functions file.';
}
?>