You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
1016 B

  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. <referenceContainer name="header.panel">
  11. <block class="Magento\Framework\View\Element\Html\Links" name="header.links">
  12. <arguments>
  13. <argument name="css_class" xsi:type="string">header links</argument>
  14. </arguments>
  15. </block>
  16. </referenceContainer>
  17. <referenceContainer name="footer">
  18. <block class="Magento\Store\Block\Switcher" name="store_switcher" as="store_switcher" after="footer_links" template="Magento_Store::switch/stores.phtml"/>
  19. </referenceContainer>
  20. <referenceBlock name="report.bugs" remove="true"/>
  21. <move element="copyright" destination="before.body.end"/>
  22. </body>
  23. </page>