17 lines
782 B
XML
Executable File
17 lines
782 B
XML
Executable File
<?xml version="1.0"?>
|
|
<!--
|
|
/**
|
|
* Copyright © Magento, Inc. All rights reserved.
|
|
* See COPYING.txt for license details.
|
|
*/
|
|
-->
|
|
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
|
|
<body>
|
|
<referenceContainer name="header.panel">
|
|
<block class="Magento\Framework\View\Element\Template" name="top_header_info_block" template="IpSupply_Prology::top/info.phtml" />
|
|
<block class="Magento\Framework\View\Element\Template" name="top_header_links_info_block" template="IpSupply_Prology::top/header_links_info.phtml" after="-"/>
|
|
</referenceContainer>
|
|
<move element="minicart" destination="header.panel" after="-"/>
|
|
</body>
|
|
</page>
|