如何引用标题图标图像

时间:2014-01-17 21:20:08

标签: image magento reference header

我的页面的所有页面都使用了一个标题,使用了图像/images/shopIcon.png。我更改了header.phtml以显示此图像:

<img src="../images/shopIcon.png">

图片显示在我的主页/示例/目录的标题中,但不会显示在任何较深的页面上,例如购物车页面或产品页面。

有人可以解释将此图像放入标题的正确方法吗?我该如何引用它以便在每个页面上调用它?

注意:

我试过了:

<img src="/images/shopIcon.png">

文件夹结构如下:

catalog / index.php&lt; - Magento store

index.php&lt; - 主页

images / shopIcon.png&lt; - images folder

1 个答案:

答案 0 :(得分:0)

您应该将图像移动到主题的皮肤上,以便使用主题回溯。

然而,目前正如

<?php echo $this->getUrl('') ?>images/shopIcon.png

应该有用。