For the URL we have:
Mage::getSkinUrl()
But what about the file system path to the current theme?
Therefor you can use:
Mage::getDesign()->getSkinBaseDir();
For the URL we have:
Mage::getSkinUrl()
But what about the file system path to the current theme?
Therefor you can use:
Mage::getDesign()->getSkinBaseDir();