You are here

constant PRINT_HTML_LINK_POS_DEFAULT in Printer, email and PDF versions 6

Same name and namespace in other branches
  1. 5.4 print.module \PRINT_HTML_LINK_POS_DEFAULT
  2. 5.3 print.module \PRINT_HTML_LINK_POS_DEFAULT
  3. 7 print.module \PRINT_HTML_LINK_POS_DEFAULT
  4. 5.x print.module \PRINT_HTML_LINK_POS_DEFAULT
6 uses of PRINT_HTML_LINK_POS_DEFAULT
print_block in ./print.module
Implementation of hook_block().
print_help in ./print.module
Implementation of hook_help().
print_html_settings in ./print.admin.inc
Menu callback for the Printer-friendly pages HTML settings form.
print_link in ./print.module
Implementation of hook_link().
print_link_alter in ./print.module
Implementation of hook_link_alter().

... See full list

File

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

Code

define('PRINT_HTML_LINK_POS_DEFAULT', serialize(array(
  'link' => 'link',
  'block' => 'block',
  'help' => 'help',
)));