mike96 wrote:I've added support for the mycalendar+ 0.8 and the birthday mod. Here's the code:
Mike: thanks for that. I was about to ask if anyone had this...
One small thing that you should change...
- Code: Select all
#
#------[ FIND ]---------------------------
#
$template->set_filenames(array(
'body' => 'mycalendar_body.tpl')
);
should be
- Code: Select all
#
#------[ FIND ]---------------------------
#
$template->set_filenames(array(
'body' => 'mycalendar_mod/mycalendar_body.tpl')
);
Otherwise, that's a heckuva nice hack! Thanks again...


