You are here

constant PRINT_PDF_LINK_POS_DEFAULT in Printer, email and PDF versions 7

Same name and namespace in other branches
  1. 5.4 print_pdf/print_pdf.module \PRINT_PDF_LINK_POS_DEFAULT
  2. 5.3 print_pdf/print_pdf.module \PRINT_PDF_LINK_POS_DEFAULT
  3. 6 print_pdf/print_pdf.module \PRINT_PDF_LINK_POS_DEFAULT
  4. 5.x print_pdf/print_pdf.module \PRINT_PDF_LINK_POS_DEFAULT
3 uses of PRINT_PDF_LINK_POS_DEFAULT
print_pdf_help in print_pdf/print_pdf.module
Implements hook_help().
print_pdf_node_view in print_pdf/print_pdf.module
Implements hook_node_view().
print_pdf_settings in print_pdf/print_pdf.admin.inc
Menu callback for the PDF version module settings form.

File

print_pdf/print_pdf.module, line 17
Displays Printer-friendly versions of Drupal pages.

Code

define('PRINT_PDF_LINK_POS_DEFAULT', '{ "link": "link", "block": "block", "help": "help" }');