Hi!
You can edit this file : /site/themes/packs/ic_rounded/ic_rounded_list.php
and change this :
<?php echo $item->monthShort; ?>
in this :
<?php echo $item->month; ?>
For information (and can be useful), different possibilities for month :
- $item->monthShort = 3 first letter with a "." after if needed
- $item->month = full month text
- $item->monthShortJoomla = Short name of language joomla core pack (if, for you aa pack installed)
- $item->monthNum = month number, eg. 11 for november
When i will create a documentation about it, i will add the list of all possibilities for content display of data.
You can view tutorial video about how to create a personal theme pack, and change and modify a theme pack as you want, or create a really new one!
Doing so, a personal theme pack is not override by an iCagenda update.