Roundcube Community Forum

 

Logo Print

Started by Qinn, May 05, 2015, 10:37:00 AM

Previous topic - Next topic

Qinn

Not that I don't like the roundcube logo  ;) ,but is it possible not to print when printing a message. The nice logo is using much ink.
Thnx for some good product!!
Windows 7
hMailserer v5.6.1 - Build 2208
Xampp-win32-5.6.3.0V11
Roundcubemail 1.1.1

SKaero

Sure, you can set it in the config.inc.php:

// replace Roundcube logo with this image
// specify an URL relative to the document root of this Roundcube installation
// an array can be used to specify different logos for specific template files, '*' for default logo
// for example array("*" => "/images/roundcube_logo.png", "messageprint" => "/images/roundcube_logo_print.png")
$config['skin_logo'] = null;

Qinn

Windows 7
hMailserer v5.6.1 - Build 2208
Xampp-win32-5.6.3.0V11
Roundcubemail 1.1.1