{$viewstart|tiki_date_format:"%Y"} | {section name=dn loop=$daysnames}
{$daysnames[dn]} {* updated by Enmore Services Mar 2009 to test display_field_order and use %d/%m or %m/%d on each day 'cell' *} {if ($prefs.display_field_order eq 'DMY') || ($prefs.display_field_order eq 'MDY') || ($prefs.display_field_order eq 'MYD')} {$viewWeekDays[dn]|tiki_date_format:"%d/%m"} {else} {$viewWeekDays[dn]|tiki_date_format:"%m/%d"} {/if} {* updated by Enmore Services Mar 2009 to add additional check to NOT show add event icon if no calendar displayed *} {if $tiki_p_add_events eq 'y' and count($listcals) > 0 and $displayedcals|@count > 0 }{icon _id='calendar_add' alt="{tr}+{/tr}"}{/if} |
{/section}
{if ($h < 10)}0{/if}{$h}:00 | {section name=weekday loop=$weekdays}{/section} |