function print_print_new_window_alter in Printer, email and PDF versions 7.2
Implements hook_print_new_window_alter().
File
- ./
print.module, line 63 - Displays Printer-friendly versions of Drupal pages.
Code
function print_print_new_window_alter(&$new_window, $format) {
$new_window = variable_get('print_html_new_window', PRINT_HTML_NEW_WINDOW_DEFAULT);
}