the overall goal is to allow the users to choose their own look and feel /// existing corporation values... secure_theme_folder secure_css_choice secure_header_choice secure_footer_choice /// we need add new personal setting opitons... personal_secure_theme_folder varchar(50) default = "match_corp" personal_secure_css_choice varchar(150) personal_secure_header_choice personal_secure_footer_choice /// we need to make sure that everybody gets the correct new settings as they get setup. /// we need to look this up when a login happens /// we need to look this up when a corp switch happens /// we need to reset this when updated by an individual /// check when the main corp gets updated - do we follow that or do we keep their settings? - we may need to prompt and let them know that their personal settings are still in play even though they changed the corp settings. - we may need a link to the individual settings... /// bonus round - if might be cool if an admin could check and/or flip individual settings.