How can you access the Magento theme directory?

  • Mage::getSingleton(‘core/design_package’)->getSkinBaseDir()
  • Mage::getBaseDir(‘skin’);
  • $this->getSkinUrl()
  • All of the above

stackoverflow.com/questions/10983955