Role Theme Switcher
Useful Drupal module to assign separate themes for different roles (including anonymous) in your system.
Often you want to separate Drupal administrative interface from frontend. You can do this assigning appropriate theme for you as user. What to do if you want to show different theme for non-authorized user?
Please note:
1.Role_Theme_Switcher overwrites theme, which is set as default in Home->Administer->Site building->Themes. So if you do not want to overwrite this setting - you should set for your role in Role Theme Switcher a "default" theme, thus assigning to role a theme set as "default" in Themes list.
2.The setting Home->Administer->Site configuration->Administration theme "Use administration theme for content editing" - if it is enabled, this setting overwrites the Role_Theme_Switcher behavior. So probably you would like to disable "Use administration theme for content editing" setting.
Role_Theme_Switcher consciously do not overwrite "Use administration theme for content editing" - if something can be done via Drupal interface just disabling the checkbox, it should be done there.
Contributors:
onopoc - README.txt
nextpulse - patch for Drupal6
owahab - Enhanced settings storage
