Roundcube Community Forum

Release Support => Pending Issues => Topic started by: bschmidt001 on May 19, 2013, 11:34:47 PM

Title: 0.9.1 - Login Screen Defaulting to Larry Skin
Post by: bschmidt001 on May 19, 2013, 11:34:47 PM
When bringing up the RoundCubeMail login page for the first time, it is defaulting to the Larry skin, even after I select the Classic skin.  Logging out and subsequent returns to the login screen before closing the browser result in getting the Classic login page.  Once I close the browser and restart, it returns back to the Larry skin.  Is there a location to set the default login screen skin?  Thank you.
Title: Re: 0.9.1 - Login Screen Defaulting to Larry Skin
Post by: ABerglund on May 20, 2013, 12:49:55 AM
Yes, the default is specified in main.inc.php in the config folder. Search for:

// skin name: folder from skins/
$rcmail_config['skin'] = 'larry';


Change larry to classic:

// skin name: folder from skins/
$rcmail_config['skin'] = 'classic';
Title: Re: 0.9.1 - Login Screen Defaulting to Larry Skin
Post by: bschmidt001 on May 20, 2013, 01:38:26 AM
Arne -

Thank you.  Issue solved -- much appreciated.  Let me know if I can do something in return!