Last active
April 16, 2018 15:07
-
-
Save Nolwennig/fd659021c029c9293eb21d31a4796ddc to your computer and use it in GitHub Desktop.
Magento: SUPEE-6788 patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<customer_account_changeforgotten translate="label"> | |
<label>Reset a Password</label> | |
<remove name="right"/> | |
<remove name="left"/> | |
<reference name="head"> | |
<action method="setTitle" translate="title" module="customer"> | |
<title>Reset a Password</title> | |
</action> | |
</reference> | |
<reference name="root"> | |
<action method="setTemplate"> | |
<template>page/1column.phtml</template> | |
</action> | |
<action method="setHeaderTitle" translate="title" module="customer"> | |
<title>Reset a Password</title> | |
</action> | |
</reference> | |
<reference name="content"> | |
<block type="customer/account_changeforgotten" name="changeForgottenPassword" template="customer/form/resetforgottenpassword.phtml"/> | |
</reference> | |
</customer_account_changeforgotten> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment