cancel
Showing results for 
Search instead for 
Did you mean: 

Hi everyone, can you help me ?

Hi everyone, can you help me ?

Hello!

 

Please take a look at this screenshot:

 

 

Then look at "Mi cuenta" and "Crear una cuenta" links. As you see, those don't have templates defined, and in fact, when I saw the XML for layout, there is no en explicit template definition. so the question is, where is the default template for link defined?

I looked at module-theme/view/frontend/templates/link.phml but it seems it is not used.

 

Any help please?

1 REPLY 1

Re: Hi everyone, can you help me ?

In Magento `vendor` folder you go to default.xml

for reference : 

vendor\magento\module-customer\view\frontend\layout\default.xml

 In this you will see 

1. block name = my-account-link

2. block name =  register-link

 

block 1 & 2 are actually give response which you expecting in you design.