what’s the best way to reference an image from within a .phtml 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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you’re referring to the images folder in your skin folder, then you could use
Mage::getDesign()->getSkinUrl('images/image.gif').