diff options
author | thomascube <thomas@roundcube.net> | 2011-03-01 21:58:54 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-03-01 21:58:54 +0000 |
commit | ae39c47c3a07f9a9334c9676829fd948d682ffbd (patch) | |
tree | 9fbf9aafce13c4dd38c5a327a3c5cf9cfbb6d454 /config | |
parent | 715c7961ba8ff72fe40720bb4feaa7865e57e8b9 (diff) |
New config option for custom logo; allow skins to define/override texts
Diffstat (limited to 'config')
-rw-r--r-- | config/main.inc.php.dist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index db029f152..cdec12715 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -199,6 +199,10 @@ $rcmail_config['login_lc'] = false; // set to false if only registered users can use this service $rcmail_config['auto_create_user'] = true; +// replace Roundcube logo with this image +// specify an URL relative to the document root of this Roundcube installation +$rcmail_config['skin_logo'] = null; + // Includes should be interpreted as PHP files $rcmail_config['skin_include_php'] = false; |