Author Topic: Logo Print  (Read 3247 times)

Offline Qinn

  • Jr. Member
  • **
  • Posts: 36
Logo Print
« 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!!
Windows 7
hMailserer v5.6.1 - Build 2208
Xampp-win32-5.6.3.0V11
Roundcubemail 1.1.1

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Logo Print
« Reply #1 on: May 05, 2015, 11:23:29 AM »
Sure, you can set it in the config.inc.php:
Code: [Select]
// 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;

Offline Qinn

  • Jr. Member
  • **
  • Posts: 36
Re: Logo Print
« Reply #2 on: May 08, 2015, 04:26:04 AM »
THNX  :)
Windows 7
hMailserer v5.6.1 - Build 2208
Xampp-win32-5.6.3.0V11
Roundcubemail 1.1.1