| >
endif; ?>
$weekday = strftime('%a', $aday); ?>
$hday = holiday($aday); ?>
if (is_array($hday)) : ?>
if ($hday['col'] == '1') : ?>
if (date('w', $aday) == '0') : ?>
= $i ?> = $weekday; ?>
$count++; ?>
else : ?>
= $i ?> = $weekday; ?>
endif; ?>
elseif ($hday['col'] == '2' || $hday['col'] == '3') : ?>
if (date('w', $aday) == '0') : ?>
= $i ?> = $weekday; ?>
$count++; ?>
else : ?>
= $i ?> = $weekday; ?>
endif; ?>
endif ?>
else : ?>
if (date('w', $aday) == '0') : ?>
= $i ?> = $weekday; ?>
$count++; ?>
else : ?>
= $i ?> = $weekday; ?>
endif; ?>
endif; ?>
if (isset($count_list[$iday]) && count($count_list[$iday])) : ?>
$event_count_txt = sprintf(ngettext('1 Termin', '%s Termine', count($count_list[$iday])), count($count_list[$iday])) ?>
|
align="right">
= Icon::create('date', 'clickable', ['title' => $event_count_txt])->asImg(16, ["alt" => $event_count_txt]); ?>
|