TCPDF error: '. check_plain($msg)); module_invoke_all('exit'); exit; } /** * This method is used to render the page footer. * It is automatically called by AddPage() and could be overwritten in your own inherited class. */ function Footer() { if ($this->print_footer) { $this = theme('pdfview_pdf_footer', $this); } } /** * This method is used to render the page header. * It is automatically called by AddPage() and could be overwritten in your own inherited class. */ function Header() { if ($this->print_header) { $this = theme('pdfview_pdf_header', $this); } } }