# add the footer on printer-friendly pages. # See http://drupal.org/node/30270 # Herbert Straub --- modules/book.module.orig 2006-08-22 19:05:05.000000000 +0200 +++ modules/book.module 2006-08-22 19:06:55.000000000 +0200 @@ -631,7 +631,11 @@ $html = ''. check_plain($node->title) .''; $html .= ''; $html .= theme_stylesheet_import('misc/print.css', 'print'); - $html .= ''. $output .''; + $html .= ''. $output; + $html .= "\n

"; + $html .= "
" . variable_get("site_footer", ""); + $html .= "
"; + $html .= ''; print $html; }