--- print.pages.inc.orig 2009-10-27 11:49:30.000000000 +0100 +++ print.pages.inc 2009-10-27 11:49:26.000000000 +0100 @@ -673,6 +673,7 @@ // Adapted from index.php. $node = new stdClass(); $node->body = menu_execute_active_handler($path); + $node->body .= theme('blocks', 'content'); // It may happen that a drupal_not_found is called in the above call if (preg_match('/404 Not Found/', drupal_get_headers()) == 1) {