Would it be better to just widgetize the theme?
To add the WordPress Theme Switcher to sidebar, I believe the code is as follows:
For a list:
| Code: |
<li>Themes:<?php wp_theme_switcher(); ?></li>
|
For a dropdown:
| Code: |
<li>Themes:<?php wp_theme_switcher('dropdown'); ?></li>
|
Let me know if this works.