Last updated September 11, 2008. Created by jcnventura on September 11, 2008.
Log in to edit this page.
Themeable Functions
The following themeable functions are defined:
- theme_print_format_link()
- theme_print_mail_format_link()
- theme_print_pdf_format_link()
- Returns an array of formatted attributes for the Printer-friendly link.
- theme_print_text()
- Returns an array of costumized text strings used in the printer-friendly page.
- theme_print_pdf_dompdf_footer($html)
- Format the dompdf footer contents
- theme_print_pdf_tcpdf_header($pdf, $html, $font)
- Format the TCPDF header
- theme_print_pdf_tcpdf_page($pdf)
- Format the TCPDF page settings (margins, etc)
- theme_print_pdf_tcpdf_content($pdf, $html, $font)
- Format the TCPDF page content
- theme_print_pdf_tcpdf_footer($pdf, $html, $font)
- Format the TCPDF footer contents
- theme_print_pdf_tcpdf_footer2($pdf)
- Format the TCPDF footer layout