function print_sourceurl_settings_default in Printer, email and PDF versions 5
Same name and namespace in other branches
- 5.2 print.module \print_sourceurl_settings_default()
2 calls to print_sourceurl_settings_default()
- print_generate_node in ./
print.module - Outputs a printer friendly page.
- print_main_settings in ./
print.module
File
- ./
print.module, line 99 - Display printer friendly versions of nodes (except books)
Code
function print_sourceurl_settings_default() {
return array(
'enabled' => 1,
'date' => 0,
'forcenode' => 0,
);
}