Calendar 0.7.8: How to set class=$day.class within calendar template?
Posted: Thu Jun 28, 2007 7:29 pm
Hi all,
within the calendar template you can find this code:
I don't know, where to set the $day.class... all table cells are without a class tag now, even on days with events 
Does someone know where to check the day class?
Thanks in advance
Michael
within the calendar template you can find this code:
Code: Select all
<td{if isset($day.class)} class="{$day.class}"{/if}>
{if isset($day.events.0)}<a href="{$day.url}">{$key}</a>
{if $summaries == true}
{* <ul>
{foreach from=$day.events item=event}
<li><a href="{$event.url}">{$event.event_title}</a></li>
{/foreach}
</ul>*}
{/if}
{else}{$key}{/if}
</td>

Does someone know where to check the day class?
Thanks in advance
Michael