08-21-2008, 10:46 AM
I think in the template calendar_eventbit
should be
$event['name'] is the shortened name of the event.
Code:
<div style="margin-bottom: 4px;" class="smalltext {$event_class}"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['fullname']}</a></div>Code:
<div style="margin-bottom: 4px;" class="smalltext {$event_class}"><a href="{$event['eventlink']}" title="{$event['fullname']}">{$event['name']}</a></div>