constant PRINT_ALLOW_NORMAL_LINK in Printer, email and PDF versions 5.3
Same name and namespace in other branches
- 5.4 print.module \PRINT_ALLOW_NORMAL_LINK
- 6 print.module \PRINT_ALLOW_NORMAL_LINK
- 7 print.module \PRINT_ALLOW_NORMAL_LINK
- 5.x print.module \PRINT_ALLOW_NORMAL_LINK
6 uses of PRINT_ALLOW_NORMAL_LINK
- print_link in ./
print.module - Implementation of hook_link().
- print_link_allowed in ./
print.module - Determine a the link to the PF version is allowed depending on all possible settings
- print_mail_link in print_mail/
print_mail.module - Implementation of hook_link().
- print_mail_link_allowed in print_mail/
print_mail.module - Determine a the link to send by e-mail is allowed depending on all possible settings
- print_pdf_link in print_pdf/
print_pdf.module - Implementation of hook_link().
File
- ./
print.module, line 45 - Displays Printer-friendly versions of Drupal pages.
Code
define('PRINT_ALLOW_NORMAL_LINK', 1);