You are here

constant PRINT_VIEW_MODE in Printer, email and PDF versions 7.2

@file Displays Printer-friendly versions of Drupal pages.

This is the core module of the PF package, with the Drupal hooks and other administrative functions.

Related topics

2 uses of PRINT_VIEW_MODE
print_mail_form_submit in print_mail/print_mail.inc
Form submission handler for print_mail_form().
print_preprocess_node in ./print.module
Implements hook_preprocess_HOOK().

File

./print.module, line 13
Displays Printer-friendly versions of Drupal pages.

Code

define('PRINT_VIEW_MODE', 'print');