Posted over 7 years ago. Visible to the public.
Getting the Theme In Use
How to get the theme for each component, works on the active store:
CopyMage::getSingleton('core/design_package')->getTheme('locale'); Mage::getSingleton('core/design_package')->getTheme('template'); Mage::getSingleton('core/design_package')->getTheme('skin'); Mage::getSingleton('core/design_package')->getTheme('layout'); Mage::getSingleton('core/design_package')->getTheme('default');