summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorPhilW <roundcube@tehinterweb.co.uk>2013-08-26 12:22:34 +0100
committerPhilW <roundcube@tehinterweb.co.uk>2013-08-26 12:22:34 +0100
commita77504aeacd4516156267fe10eeca1bfffcacf87 (patch)
tree001180c0d2a1fa85cfb95dfb554d4e3dccbfaca9 /config
parent62350ba021d479e459cbbf7957841fbb440b9846 (diff)
allow different logos for different functions (eg. normal and print)
Diffstat (limited to 'config')
-rw-r--r--config/defaults.inc.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php
index 54d0b1d27..feed82f1b 100644
--- a/config/defaults.inc.php
+++ b/config/defaults.inc.php
@@ -240,6 +240,9 @@ $config['support_url'] = '';
// 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 different screens
+// for example array("default" => "/images/roundcube_logo.png", "print" => "/images/roundcube_logo_print.png")
+// available options: default, login, print
$config['skin_logo'] = null;
// automatically create a new Roundcube user when log-in the first time.