对于Magento
位于/ customer / account / login /的页面使用1column.phtml作为其主模板。当然我知道我可以编辑login.phtml但这不是我需要的。多数民众赞成已经太深了。我需要切换负责登录页面外观的第一个模板文件。在我的情况下是1column.phtml。我想登录页面使用paul.phtml作为例子。我该怎么办?我在哪里专门为登录页面分配新模板文件?
答案 0 :(得分:0)
只需创建模板文件并将其分配到customer.xml的客户登录页面。
<customer_account_login translate="label">
<reference name="root">
<action method="setTemplate"><template>page/paul.phtml</template></action>
</reference>
</customer_account_login>