diff --git a/config/default/default.settings.php b/config/default/default.settings.php index b704880..942cd15 100644 --- a/config/default/default.settings.php +++ b/config/default/default.settings.php @@ -68,8 +68,8 @@ $conf = array( # 'social_linkedin' => 'http://linkedin.com/in/username', # 'social_contact' => 'http://www.example.com/contact', -// Use project or organization logo image for printing: -# 'print_logo_aux' => 1, +// Uncomment to show logo when printing pages: +# 'print_logo' => 1, // Reverse proxy: # 'reverse_proxy' => TRUE, diff --git a/themes/zuitedesk/templates/print.tpl.php b/themes/zuitedesk/templates/print.tpl.php index 2b11f11..52ab1b1 100644 --- a/themes/zuitedesk/templates/print.tpl.php +++ b/themes/zuitedesk/templates/print.tpl.php @@ -28,6 +28,12 @@ print ''; } ?> +' . $print['logo'] . ''; + print ''; +} ?> +

'; ?>