magento callout addlink 侧边栏广告添加链接
时间:2009-05-26 来源:yangle21g
xml格式代码如下
<action method="setLinkUrl"><url>这里是地址</url></action>
例如:
<reference name="right">
<block type="core/template" name="right.permanent.callout" after="-" template="callouts/left_col.phtml">
<action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
<action method="setImgAlt" translate="alt" module="catalog"><alt>back to school</alt></action>
<action method="setLinkUrl"><url>这里是地址</url></action>
</block>
</reference>
<block type="core/template" name="right.permanent.callout" after="-" template="callouts/left_col.phtml">
<action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
<action method="setImgAlt" translate="alt" module="catalog"><alt>back to school</alt></action>
<action method="setLinkUrl"><url>这里是地址</url></action>
</block>
</reference>
相关阅读 更多 +