AB Timetable Options
Put each event on a seperate line in the textbox for the day.
}
}
function timetable_head() {
$todays_day_of_week = date(l);
$todays_data = explode("\n", get_option('ab_timetable_data_' . strtolower($todays_day_of_week)));
?>
}
?>