Logo and page title on PDFs
Posted: 28 Aug 2009, 14:23
Hi Jan
Firstly I'm not a programmer, so hope this is safe to do. Please let me know if it's not.
I changed line 101 in \plugins\phocapdf\restaurantmenu.php from
to:
It appears to work fine.
http://www.junctionmotel.com.au/wine-list
Firstly I'm not a programmer, so hope this is safe to do. Please let me know if it's not.
I changed line 101 in \plugins\phocapdf\restaurantmenu.php from
Code: Select all
$pdf->setHeaderData('' , 0, '', $content->header_data);
Code: Select all
$pdf->setHeaderData('' , 0, '', $content->header_data . $document->getTitle());
http://www.junctionmotel.com.au/wine-list