- Posts: 14
- Thank you received: 1
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.