diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 76d87cb74..aa337615c 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -379,8 +379,14 @@ $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 specific template files, '*' for default logo -// for example array("*" => "/images/roundcube_logo.png", "messageprint" => "/images/roundcube_logo_print.png") +// an array can be used to specify different logos for specific template files +// '*' for default logo +// ':favicon' for favicon +// ':print' for logo on all print templates (e.g. messageprint, contactprint) +// ':small' for small screen logo in Elastic +// different logos can be specified for different skins by prefixing the skin name to the array key +// config applied in order: :