Is there any way to find out if a theme is a subtheme? I'm developing several similar themes as subthemes, and, for CSS reasons, I need to know if I am using a subtheme (and if so, which one). I'm trying to place the necessary code in the main theme's template.php file, but path_to_theme() only returns the path for the main theme. Am I missing something here, or is there another function I should use?