diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-12-09 13:01:47 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-12-09 13:01:47 +0100 |
commit | 5f711b830a66fd1795953193b8bfb82986568193 (patch) | |
tree | 5e39f9f7a8fc195e990441d21fbc170eb8565985 /share/templates/roundcubemail/config.inc.php.tpl | |
parent | 7fc14e2f9a24e4fd72d90d98d941ed65d2c145df (diff) | |
download | pykolab-5f711b830a66fd1795953193b8bfb82986568193.tar.gz |
Configure the skin based on the available skins
Diffstat (limited to 'share/templates/roundcubemail/config.inc.php.tpl')
-rw-r--r-- | share/templates/roundcubemail/config.inc.php.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |