jomCalendar Developer Documentation
- Download the default classic theme plugin from html/plugins/jcalendar_themes/
- Rename the files classic.php and classic.xml to mytheme.php and mytheme.xml (choose whatever name you want)
- Open the file mytheme.php file (the one you renamed above) and change the following line:
class plgJcalendar_themesClassic extends jcalendar_plugin_themes
to
class plgJcalendar_themesMytheme extends jcalendar_plugin_themes
notice you are just replacing the class name- you need to open up the mytheme.xml and change the file and folder names:
classic.php classic
to
mytheme.php mytheme
- you need to open up the mytheme.xml and change the file and folder names:
- Rename the folder "classic" to "mytheme" (must be same name as the theme)
- Zip up the files and you now how have a new theme plugin, which can be installed via the J! plugin system.
When you have installed the new theme you should publish the plugin and deactivate the old original classic one. Once the theme is installed you can then start editing the templates contained in the "mytheme" directory.
Attached for your convenience is the default theme plugin.


