Switch default skin to Elastic

pull/6977/head
Aleksander Machniak 5 years ago
parent 92fbe4c3b8
commit 8bcb1e801c

@ -1059,7 +1059,7 @@ $config['contact_search_name'] = '{name} <{email}>';
$config['default_charset'] = 'ISO-8859-1';
// skin name: folder from skins/
$config['skin'] = 'larry';
$config['skin'] = 'elastic';
// limit skins available/shown in the settings section
$config['skins_allowed'] = array();

@ -25,7 +25,7 @@
*/
class rcube_config
{
const DEFAULT_SKIN = 'larry';
const DEFAULT_SKIN = 'elastic';
private $env = '';
private $paths = array();
@ -227,7 +227,6 @@ class rcube_config
}
}
// larry is the new default skin :-)
if ($this->prop['skin'] == 'default') {
$this->prop['skin'] = self::DEFAULT_SKIN;
}
@ -452,7 +451,6 @@ class rcube_config
}
}
// larry is the new default skin :-)
if ($prefs['skin'] == 'default') {
$prefs['skin'] = self::DEFAULT_SKIN;
}

Loading…
Cancel
Save