Theme usersTheme = themeMgr.getTheme(website.getEditorTheme());
// only if custom themes are allowed
if(RollerRuntimeConfig.getBooleanProperty("themes.customtheme.allowed")) {
try {
themeMgr.importTheme(website, usersTheme);
RollerFactory.getRoller().flush();
} catch(RollerException re) {
mLogger.error(re);
errors.add(null, new ActionMessage("Error customizing theme"));
saveErrors(request, errors);