Welcome to the print module developer's documentation. The interesting functions for themers are those that start with 'theme_'.
| Name | Description |
|---|---|
| print.admin.inc | Contains the administrative functions of the PF module. |
| print.install | Install file of the print module |
| print.module | Displays Printer-friendly versions of Drupal pages. |
| print.pages.inc | Contains the functions to generate Printer-friendly pages. |
| print.tpl.php | Default print module template |
| print_mail.admin.inc | Contains the administrative functions of the send by email module. |
| print_mail.inc | Displays and processes the mail send form. |
| print_mail.install | Install file of the print_mail module |
| print_mail.module | Displays Printer-friendly versions of Drupal pages. |
| print_pdf.admin.inc | Contains the administrative functions of the PDF version module. |
| print_pdf.class.inc | Extend the TCPDF class to be able to customize the Footer |
| print_pdf.class_php4.inc | Extend the TCPDF class to be able to customize the Footer (PHP4 version) |
| print_pdf.install | Install file of the print_pdf module |
| print_pdf.module | Displays Printer-friendly versions of Drupal pages. |
| print_pdf.pages.inc | Generates the PDF versions of the pages |
| print_basic.test | print module simpletest tests |