From a65a619e903cd5d1c9d23e74532c6b9d975f2c96 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 26 Jun 2012 01:09:28 -0300 Subject: Adding roundcube logo config --- templates/roundcube/main.inc.php.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/roundcube/main.inc.php.erb b/templates/roundcube/main.inc.php.erb index bc163e5..aa449d9 100644 --- a/templates/roundcube/main.inc.php.erb +++ b/templates/roundcube/main.inc.php.erb @@ -210,7 +210,7 @@ $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; +$rcmail_config['skin_logo'] = <%= roundcube_logo %>; // Includes should be interpreted as PHP files $rcmail_config['skin_include_php'] = false; -- cgit v1.2.3