Sha256: 81348c02f1c7b67e9e2f6e965a14b6c1cf857ee7fc9f7a18790c625dbb027e31

Contents?: true

Size: 988 Bytes

Versions: 1

Compression:

Stored size: 988 Bytes

Contents

<?php

/**
 * Add custom roundcube config. It will be used when running roundcube.
 */

$config['support_url'] = '';

$config['skin_logo'] = null;
/**
* $config['skin_logo'] = [
*      // show the image /images/logo_login_small.png for the Login screen in the Elastic skin on small screens
*      "elastic:login[small]" => "/images/logo_login_small.png",
*      // show the image /images/logo_login.png for the Login screen in the Elastic skin
*      "elastic:login" => "/images/logo_login.png",
*      // show the image /images/logo_small.png in the Elastic skin
*      "elastic:*[small]" => "/images/logo_small.png",
*      // show the image /images/larry.png in the Larry skin
*      "larry:*" => "/images/larry.png",
*      // show the image /images/logo_login.png on the login template in all skins
*      "login" => "/images/logo_login.png",
*      // show the image /images/logo_print.png for all print type logos in all skins
*      "[print]" => "/images/logo_print.png",
* ];
*/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smartmachine-1.3.0 lib/smart_machine/templates/dotsmartmachine/config/roundcube/var/roundcube/config/config.custom.inc.php