Themeable functions in Printer, email and PDF versions 7.2
Default theme implementations of the print module
File
- ./
print.api.php, line 87 - Main API entry point for the Printer, email and PDF versions.
Functions
Name | Location | Description |
---|---|---|
theme_print_breadcrumb |
./ |
Returns HTML for the breadcrumb line of the print template. |
theme_print_footer |
./ |
Returns HTML for the footer of the print template. |
theme_print_mail_form |
print_mail/ |
Returns HTML for the send by-email form. |
theme_print_mail_sendlink_html |
print_mail/ |
Theme function for the email sending just the link. |
theme_print_mail_sendlink_plain |
print_mail/ |
Theme function for the email sending just the link. |
theme_print_pdf_dompdf_footer |
print_pdf/ |
Format the dompdf footer contents. |
theme_print_pdf_tcpdf_content |
print_pdf/ |
Format the TCPDF page content. |
theme_print_pdf_tcpdf_footer |
print_pdf/ |
Format the TCPDF footer contents. |
theme_print_pdf_tcpdf_footer2 |
print_pdf/ |
Format the TCPDF footer layout. |
theme_print_pdf_tcpdf_header |
print_pdf/ |
Format the TCPDF header. |
theme_print_pdf_tcpdf_page |
print_pdf/ |
Format the TCPDF page settings (margins, etc). |
theme_print_published |
./ |
Returns HTML for the published line of the print template. |
theme_print_sourceurl |
./ |
Returns HTML for the source URL line of the print template. |
theme_print_ui_format_link |
print_ui/ |
Format the Printer-friendly link. |
theme_print_ui_settings |
print_ui/ |
Returns HTML for the link settings page. |
theme_print_url_list |
./ |
Returns HTML for the URL list of the print template. |