In my Magento module i upload a CSS file in the backend to use it in my front
I tried this :
Mage::getSingleton('core/design_package')->getSkinBaseDir()
But it gives different path (admin/front)
In my Block , I got this :
C:\wamp\www\ce_1.6.2.0\skin\frontend\default\default\
And in my Adminhtml/Controller (saving the file) I got this :
C:\wamp\www\ce_1.6.2.0\skin\adminhtml\default\default
How can I get the same path (front) in the Block and in the Controller ?
Thanks
just force it to the frontend :