Add pdf icon to a calendar
Posted: 23 Oct 2014, 00:20
Hi
I use some calendar modul/components. I would like to add the pdf icon to them to be able to print or save the events as pdf. Can you help me what program code has to be added. //i have not been found any answer for my question in the forum//
I was just thinking in this one to the right place, but most of times the calendar page was showing nothing (white page) afetwards:
include_once(JPATH_ADMINISTRATOR.'/components/com_phocapdf/helpers/phocapdf.php');
$phocaPDF = PhocaPDFHelper::getPhocaPDFContentIcon($displayData['item'], $displayData['params']);
echo $phocaPDF;
I'm not a big guru in the PHP, so I'm sure i made something wrong.
Regards
Kotta
I use some calendar modul/components. I would like to add the pdf icon to them to be able to print or save the events as pdf. Can you help me what program code has to be added. //i have not been found any answer for my question in the forum//
I was just thinking in this one to the right place, but most of times the calendar page was showing nothing (white page) afetwards:
include_once(JPATH_ADMINISTRATOR.'/components/com_phocapdf/helpers/phocapdf.php');
$phocaPDF = PhocaPDFHelper::getPhocaPDFContentIcon($displayData['item'], $displayData['params']);
echo $phocaPDF;
I'm not a big guru in the PHP, so I'm sure i made something wrong.
Regards
Kotta