';
if ($event_active) {
$html .= '';
}
if ($event->isAllDay()) {
$time = _("All day");
} else {
$time = $event->start->format($GLOBALS['prefs']->getValue('twentyFour') ? 'H:i' : 'h:ia')
. '-' . $event->end->format($GLOBALS['prefs']->getValue('twentyFour') ? 'H:i' : 'h:ia');
}
$html .= $time;
if ($event_active) {
$html .= '';
}
$html .= ' | ';
$html .= 'getCSSColors() . '>';
if ($event_active) {
$html .= '';
}
$html .= ' ' . $event->getLink(null, true, null, true, true);
if ($event_active) {
$html .= '';
}
$html .= ' |
';
$totalevents++;
}
}
if (empty($html)) {
return '