theme_template.getDescription(), // description
theme_template.getName(), // link
theme_template.getContents(), // contents
new Date() // last mod
);
userMgr.savePage( template );
}
}
// now update this website's theme to custom
website.setEditorTheme(Theme.CUSTOM);