我尝试使用<aParams>class="class-name"</aParams>
例如将类添加到顶部链接:
<reference name="top.links">
<action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><aParams>class="top-link-myaccount"</aParams><position>10</position></action>
</reference>
至少对于 1.7.0.0 版本,上述技巧对我不起作用。
任何想法?
编辑:
我想我使用以下方法修复了它<li/><a>class="top-links-register"</a>
:
<reference name="top.links">
<action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><aParams/><position>10</position><li/><a>class="top-link-myaccount"</a></action>
</reference>
请注意,您必须在前面<li/>