开发者

URL to reference images in Magento

开发者 https://www.devze.com 2023-01-10 05:48 出处:网络
what\'s the best way to reference an image from within a .pht开发者_JAVA技巧ml file in Magento. I\'m trying to insert an image (sitting in the \'images\' folder) into footer.phtml and

what's the best way to reference an image from within a .pht开发者_JAVA技巧ml file in Magento. I'm trying to insert an image (sitting in the 'images' folder) into footer.phtml and

{{skin url='images/image.gif'}}

doesn't seem to work. any ideas?


If you're referring to the images folder in your skin folder, then you could use Mage::getDesign()->getSkinUrl('images/image.gif').


$this->getSkinUrl('images/image.gif')

0

精彩评论

暂无评论...
验证码 换一张
取 消