default.xml 1.1 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
  9. <body>
  10. <referenceBlock name="header.links">
  11. <block class="Magento\Customer\Block\Account\Customer" name="customer" template="Magento_Customer::account/customer.phtml" before="-"/>
  12. <block class="Magento\Customer\Block\Account\AuthorizationLink" name="authorization-link-login" template="Magento_Customer::account/link/authorization.phtml">
  13. <arguments>
  14. <argument name="sortOrder" xsi:type="number">10</argument>
  15. </arguments>
  16. </block>
  17. </referenceBlock>
  18. <move element="header" destination="header.links" before="-"/>
  19. <move element="register-link" destination="header.links"/>
  20. <move element="top.links" destination="customer"/>
  21. <move element="authorization-link" destination="top.links" after="-"/>
  22. </body>
  23. </page>