Thomas Bruederli
2012-07-30 a9cbbae0c8c6b8246897ce5d470e22f026774455
Override default skin value read from user prefs
1 files modified
5 ■■■■■ changed files
program/include/rcube_config.php 5 ●●●●● patch | view | raw | blame | history
program/include/rcube_config.php
@@ -252,6 +252,11 @@
            $prefs['timezone'] = timezone_name_from_abbr('', $prefs['timezone'] * 3600, 0);
        }
        // larry is the new default skin :-)
        if ($prefs['skin'] == 'default') {
            $prefs['skin'] = 'larry';
        }
        $this->userprefs = $prefs;
        $this->prop      = array_merge($this->prop, $prefs);