From 5f711b830a66fd1795953193b8bfb82986568193 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Tue, 9 Dec 2014 13:01:47 +0100 Subject: Configure the skin based on the available skins --- share/templates/roundcubemail/config.inc.php.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') diff --git a/share/templates/roundcubemail/config.inc.php.tpl b/share/templates/roundcubemail/config.inc.php.tpl index 6383a5c..15cd25f 100644 --- a/share/templates/roundcubemail/config.inc.php.tpl +++ b/share/templates/roundcubemail/config.inc.php.tpl @@ -128,7 +128,7 @@ \$config['ldap_debug'] = false; \$config['smtp_debug'] = false; - \$config['skin'] = 'chameleon'; + \$config['skin'] = '$skin'; \$config['skin_include_php'] = false; \$config['mime_magic'] = null; \$config['im_identify_path'] = '/usr/bin/identify'; -- cgit v1.1