- Posts: 14
- Thank you received: 1
The developer takes a few days off for Summer vacation...
...and will be back with charged battery!
From 14 June to 29 June, 2025 included
During this period, assistance from developer will not be provided.
NEWS: iCagenda 4.0.0-alpha1 will be available for testing for users with a PRO subscription in July!
Please Log in or Create an account to join the conversation.
// Google Calendar - link
if (in_array('1', $iconAddToCal_options))
{
$addtocal.= '<div class="ic-tip-link">';
$addtocal.= '<a href="' . $gcal . '" class="ic-title-cal-tip" rel="nofollow" target="_blank">';
$addtocal.= JHtml::_('image', 'media/com_icagenda/images/cal/google_cal-'.$iconAddToCal_size.'.png', JText::_('COM_ICAGENDA_GCALENDAR_LABEL'), array());
$addtocal.= ' ' . JText::_('COM_ICAGENDA_GCALENDAR_LABEL') . ' ';
$addtocal.= '</a>';
$addtocal.= '</div>';
}
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Proton wrote: Did someone ever tell you that you are just GREAT
Works wonderful, thank you!
This problem was solved easily.
Have a nice day, see you
Please Log in or Create an account to join the conversation.