Just show first letter of days in CGCalendar

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
dave.webb
Forum Members
Forum Members
Posts: 18
Joined: Mon Jun 30, 2008 12:13 pm

Just show first letter of days in CGCalendar

Post by dave.webb »

Hi All.

I have just installed CGCalendar (which is pretty cool!) and would like to reduce the size of the display in a sidebar by only showing the first letter of the week days, so instead of Mon Tue Wed Thu Fri it just shows M T W T F.

Is there an easy way of doing this?

Thanks,
Dave
--
Dave Webb
Windows 2008 Forums
Peciura

Re: Just show first letter of days in CGCalendar

Post by Peciura »

In calender template use

Code: Select all

<th abbr="{$day}">{$day_short_names[$key]|truncate:1:'':true}</th>
More useful stuff at http://www.smarty.net/manual/en/language.modifier.truncate.php
Post Reply

Return to “Modules/Add-Ons”