You are here

function print_sourceurl_settings_default in Printer, email and PDF versions 5.2

Same name and namespace in other branches
  1. 5 print.module \print_sourceurl_settings_default()

Default values of the print_sourceurl_settings variable

2 calls to print_sourceurl_settings_default()
print_main_settings in ./print.module
Print module settings form
_print_var_generator in ./print.module
Generates the HTML to insert in the template file

File

./print.module, line 151
Display printer-friendly versions of Drupal pages

Code

function print_sourceurl_settings_default() {
  return array(
    'enabled' => 1,
    'date' => 0,
    'forcenode' => 0,
  );
}