Here is the snippet from the template that creates the event detail link in the calendar.
Code: Select all
{foreach from=$day.events item=event}
<li>{literal}<a class="fancybox fancybox.iframe {autosize:off, width:500, height:360}" {/literal} href="{$event.url}&showtemplate=false">{$event.event_title}</a></li>
{/foreach}
Thanks,
Paul