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.
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';
Arne -
Thank you. Issue solved -- much appreciated. Let me know if I can do something in return!