Magento 中参考图像的 URL

发布于 2024-09-13 06:58:01 字数 162 浏览 2 评论 0原文

在 Magento 中引用 .phtml 文件中的图像的最佳方法是什么?我试图将图像(位于“图像”文件夹中)插入到 footer.phtml 中,但

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

似乎不起作用。有什么想法吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

川水往事 2024-09-20 06:58:01

如果您指的是皮肤文件夹中的 images 文件夹,那么您可以使用 Mage::getDesign()->getSkinUrl('images/image.gif')

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

扮仙女 2024-09-20 06:58:01

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

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文