在Magento的CMS中调用图片和url

by Web全栈工程师 on 2011 年 12 月 03 日

我们在维护Magento CMS Page 和 CMS Static Pages时候,有时候需要调用网站的url和图片链接,

如果使用的绝对路径,以后更改域名就不方便了,这时候,我们需要使用几个参数来调用url和路径。

1,CMS调用网站的Url

<a href="{{store direct_url="about-us"}}">About Us</a>

{{store direct_url=””}}” 就是指当前Magento后台里的Base url

也可以用 {{store url=’  ‘}}这个参数调用

2,CMS调用图片路径

<img src="{{skin url='images/logo'}}" />

{{skin url=’  ‘}} 调用的就是默认主题包里的图片路径

Comments on this entry are closed.

Previous post:

Next post: