diff --git a/sites/all/modules/contrib/print/print.pages.inc b/sites/all/modules/contrib/print/print.pages.inc index 691be7d..879b382 100644 --- a/sites/all/modules/contrib/print/print.pages.inc +++ b/sites/all/modules/contrib/print/print.pages.inc @@ -262,7 +262,8 @@ function theme_print_footer($vars) { $footer = variable_get('site_footer', FALSE) . "\n" . drupal_render($footer_blocks); break; case 2: // user-specifed - $footer = variable_get('print_footer_user', PRINT_FOOTER_USER_DEFAULT); + $footer_url = variable_get('print_footer_user', PRINT_FOOTER_USER_DEFAULT); + $footer = $footer_url ? theme('image', array('path' => $footer_url, 'alt' => 'Print Footer', 'attributes' => array('class' => 'print-footer-logo', ))) : NULL; break; } // Delete the contextual links