You are here

function theme_nd_book_printer_version in Node displays 6.2

Same name and namespace in other branches
  1. 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);
}