=== Toolbar Theme Switcher === Contributors: Rarst Tags: toolbar, themes, theme switcher, multisite Requires at least: 3.3.1 Tested up to: 3.3.1 Stable tag: 1.0 Adds toolbar menu that allows users to switch theme for themselves. == Description == Toolbar Theme Switcher description pretty much fits in its name. This plugin provides toolbar (previously known as admin bar) menu for users to quickly switch between available themes. Theme choice is individual for user, saved in cookies and doesn't affect current theme of the site. Plugin is multisite-aware - it will only list themes allowed for site and save choice for each site separately. == Installation == 1. Upload `toolbar-theme-switcher` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the `Plugins` menu in WordPress == Frequently Asked Questions == = I switched to broken theme! = Clear the cookies. Don't do it again. = I don't want all themes to show... = Filter `tts_allowed_themes` and unset unwanted themes. = Who can see and use the menu? = Users with `switch_themes` capability (administrators by default). Filter `tts_capability` (capability name) or `tts_can_switch_themes` (boolean) to customize. == Changelog == = 1.0 = * Initial repository release.