--- /Volumes/Storage/Users/cmessina/Desktop/book.module.orig Fri May 20 20:34:13 2005 +++ /Volumes/Storage/Users/cmessina/Desktop/book.module Fri May 20 20:35:11 2005 @@ -620,7 +620,7 @@ function book_print($nid = 0, $depth = 1 $html = ''. check_plain($node->title) .''; $html .= ''; - $html .= ""; + $html .= theme_stylesheet_import('misc/print.css', 'print'); $html .= ''. $output .''; print $html;