function theme_nd_book_printer_version in Node displays 6.2
Same name and namespace in other branches
- 6.3 nd.module \theme_nd_book_printer_version()
Printer friendly version
File
- ./
nd.module, line 767 - Node displays.
Code
function theme_nd_book_printer_version($field) {
return l(t('Printer-friendly version'), 'book/export/html/' . $field['object']->nid);
}