添加 css 到用户 magento
Add css to users magento
我猜这是可能的,但如何呢?我只需要向登录到我们网上商店的 users/customers 添加额外的 CSS。通过 XML 或 Phtml?
斯蒂安
正在添加
<customer_logged_in>
<reference name="head">
<action method="addCss"><stylesheet>css/user.css</stylesheet></action>
</reference>
</customer_logged_in>
进入模板 local.xml 将在客户登录时加载该文件。
我猜这是可能的,但如何呢?我只需要向登录到我们网上商店的 users/customers 添加额外的 CSS。通过 XML 或 Phtml?
斯蒂安
正在添加
<customer_logged_in>
<reference name="head">
<action method="addCss"><stylesheet>css/user.css</stylesheet></action>
</reference>
</customer_logged_in>
进入模板 local.xml 将在客户登录时加载该文件。