Getting the Theme In Use

Posted About 9 years ago. Visible to the public.

How to get the theme for each component, works on the active store:

Mage::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');
Mike Whitby
Last edit
About 9 years ago
Mike Whitby
Posted by Mike Whitby to Magento (2015-01-29 14:43)