Monday, November 08, 2010 at 12:05 AM.

system.verbs.builtins.radio.theme.apply.main

on main (adrTheme, folder=user.radio.prefs.wwwFolder, adrPrefsTable=nil) {
	<<Changes
		<<2/13/02; 1:14:20 PM by JES
			<<New optional parameter, adrPrefsTable. If specified, apply the theme's prefs to the specified table, instead of to weblogData.prefs.
		<<12/30/01; 7:28:45 PM by JES
			<<Apply the Theme at adrTheme to the specified folder.
	
	radio.theme.apply.prefs (adrTheme, adrPrefsTable);
	radio.theme.apply.images (adrTheme, user.radio.prefs.wwwFolder); //images are always stored in the www/images/ folder
	radio.theme.apply.textFiles (adrTheme, folder);
	
	return (true)}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.