There are some very complicated hacks to add but this one line script to do it.
This should be applied to VB 3.5.4
add these lines to the end of your init.php file located in forumroot\includes\init.php
This is a small function to use in Firefox extension development which makes use of the referrer parameter sent to loadURI() and addTab() functions
What if you want Theme Switcher into all your WordPress Themes?
Try this
- Open file “wp-includes\template-functions-general.php” and search for “function wp_meta() {“
- add this code just after "do_action(‘wp_meta’);"
echo "<h2>Themes:</h2><div>";
wp_theme_switcher('dropdown');
echo "</div>";
- save the file, and you’ll get the Theme Switcher on everypage after the meta