';
if($title)
{
if($title_color!="")
$before_title = str_replace(">", " style='color: #" . $title_color . ";'>",$before_title);
$output .= $before_title . $title . $after_title;
}
$output .= '
';
if($event_hours_count):
$output .= '
';
else:
$output .= '
' . sprintf(__('No upcoming %s for today' , 'timetable'), strtolower($timetable_events_settings['label_plural'])) . '
';
endif;
$output .= '