diff options
author | PhilW <roundcube@tehinterweb.co.uk> | 2013-08-26 12:22:34 +0100 |
---|---|---|
committer | PhilW <roundcube@tehinterweb.co.uk> | 2013-08-26 12:22:34 +0100 |
commit | a77504aeacd4516156267fe10eeca1bfffcacf87 (patch) | |
tree | 001180c0d2a1fa85cfb95dfb554d4e3dccbfaca9 /config/defaults.inc.php | |
parent | 62350ba021d479e459cbbf7957841fbb440b9846 (diff) |
allow different logos for different functions (eg. normal and print)
Diffstat (limited to 'config/defaults.inc.php')
-rw-r--r-- | config/defaults.inc.php | 3 |
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. |