Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Qinn on May 05, 2015, 10:37:00 AM

Title: Logo Print
Post by: Qinn on May 05, 2015, 10:37:00 AM
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!!
Title: Re: Logo Print
Post by: SKaero on May 05, 2015, 11:23:29 AM
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;
Title: Re: Logo Print
Post by: Qinn on May 08, 2015, 04:26:04 AM
THNX  :)