--- wp-content/themes/classic/sidebar.php	(revision 2657)
+++ wp-content/themes/classic/sidebar.php	(working copy)
@@ -24,6 +24,11 @@
 	 <?php wp_get_archives('type=monthly'); ?>
  	</ul>
  </li>
+<?php if (function_exists('wp_theme_switcher')) { ?>
+ <li><?php _e('Themes:'); ?>
+     <?php wp_theme_switcher(); ?>
+ </li>
+<?php } ?>
  <li id="meta"><?php _e('Meta:'); ?>
  	<ul>
 		<?php wp_register(); ?>
--- wp-content/themes/default/sidebar.php	(revision 2657)
+++ wp-content/themes/default/sidebar.php	(working copy)
@@ -54,7 +54,13 @@
 
 			<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>				
 				<?php get_links_list(); ?>
-				
+
+				<?php if (function_exists('wp_theme_switcher')) { ?>
+				<li><h2>Themes</h2>
+					<?php wp_theme_switcher(); ?>
+				</li>
+				<?php } ?>
+
 				<li><h2>Meta</h2>
 				<ul>
 					<?php wp_register(); ?>

