constant PRINT_PATH in Printer, email and PDF versions 5.3
Same name and namespace in other branches
- 5.4 print.module \PRINT_PATH
- 5.2 print.module \PRINT_PATH
- 6 print.module \PRINT_PATH
- 7 print.module \PRINT_PATH
- 5.x print.module \PRINT_PATH
@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.
5 uses of PRINT_PATH
- print_html_settings in ./
print.admin.inc - Menu callback for the Printer-friendly pages HTML settings form.
- print_insert_link in ./
print.module - Auxiliary function to display a formatted Printer-friendly link
- print_link in ./
print.module - Implementation of hook_link().
- print_link_alter in ./
print.module - Implementation of hook_link_alter().
- print_menu in ./
print.module - Implementation of hook_menu().
File
- ./
print.module, line 11 - Displays Printer-friendly versions of Drupal pages.
Code
define('PRINT_PATH', 'print');