EKM Tag: [ekm:changepasswordlink]
This tag is used to output a change password link on your shop.
- Tag Information
Basic Use
In it's basic use the tag will output the change password link with the default HTML.
[ekm:changepasswordlink][/ekm:changepasswordlink]
Advanced Use
In it's advanced use you can specify your own surrounding HTML and CSS to customise how the change password link looks.
[ekm:changepasswordlink]
output_start='<div class="change-password-link">';
linktext='Change My Password';
output_end='</div>';
[/ekm:changepasswordlink]
Tag Attributes
Output Start
output_start='<div class="change-password">';
Define any HTML you want to output before the change password link is output.
Value
Description
{user defined}
Specify your own HTML or TEXT.
Link Text
linktext='';
Define your own custom text to be output on the link for the change password page.
Value
Description
{user defined}
Specify your own TEXT.
Output End
output_end='</div>';
Define any HTML you want to output after the change password link is output.
Value
Description
{user defined}
Specify your own HTML or TEXT.