|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|