constant PRINT_HTML_LINK_POS_DEFAULT in Printer, email and PDF versions 7
Same name and namespace in other branches
- 5.4 print.module \PRINT_HTML_LINK_POS_DEFAULT
- 5.3 print.module \PRINT_HTML_LINK_POS_DEFAULT
- 6 print.module \PRINT_HTML_LINK_POS_DEFAULT
- 5.x print.module \PRINT_HTML_LINK_POS_DEFAULT
5 uses of PRINT_HTML_LINK_POS_DEFAULT
- print_block_view in ./
print.module - Implements hook_block_view().
- print_help in ./
print.module - Implements hook_help().
- print_html_settings in ./
print.admin.inc - Menu callback for the Printer-friendly pages HTML settings form.
- print_node_view in ./
print.module - Implements hook_node_view().
- print_node_view_alter in ./
print.module - Implements hook_node_view_alter().
File
- ./
print.module, line 55 - Displays Printer-friendly versions of Drupal pages.
Code
define('PRINT_HTML_LINK_POS_DEFAULT', '{ "link": "link", "block": "block", "help": "help" }');