|
1 | 1 | <?xml version="1.0"?> |
2 | | -<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:View/Layout:etc/page_configuration.xsd"> |
| 2 | +<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:noNamespaceSchemaLocation="urn:magento:module:View/Layout:etc/page_configuration.xsd"> |
3 | 4 | <update handle="loki_base"/> |
4 | 5 |
|
5 | 6 | <body> |
6 | 7 | <referenceContainer name="loki.script"> |
7 | | - <block name="loki.script.function.toggle" template="LokiTheme_LumaComponents::script/function/toggle.phtml"/> |
8 | | - <block name="loki.script.function.tabs" template="LokiTheme_LumaComponents::script/function/tabs.phtml"/> |
9 | | - <block name="loki.script.function.data-post" template="LokiTheme_LumaComponents::script/function/data-post.phtml"/> |
| 8 | + <block name="loki.script.function.toggle" |
| 9 | + template="LokiTheme_LumaComponents::script/function/toggle.phtml"/> |
| 10 | + <block name="loki.script.function.tabs" |
| 11 | + template="LokiTheme_LumaComponents::script/function/tabs.phtml"/> |
| 12 | + <block name="loki.script.function.data-post" |
| 13 | + template="LokiTheme_LumaComponents::script/function/data-post.phtml"/> |
10 | 14 | </referenceContainer> |
11 | 15 |
|
12 | 16 | <referenceContainer name="loki.script.component-type"> |
13 | 17 | <block name="loki.script.component.minicart-content" template="LokiTheme_LumaComponents::script/component-type/minicart-component-type.phtml"/> |
14 | 18 | </referenceContainer> |
15 | 19 |
|
16 | 20 | <referenceContainer name="loki.script.component"> |
17 | | - <block name="loki.script.component.dropdown" template="LokiTheme_LumaComponents::script/component/dropdown.phtml"/> |
18 | | - <block name="loki.script.component.main-menu" template="LokiTheme_LumaComponents::script/component/main-menu.phtml"/> |
19 | | - <block name="loki.script.component.mobile-menu" template="LokiTheme_LumaComponents::script/component/mobile-menu.phtml"/> |
20 | | - <block name="loki.script.component.newsletter" template="LokiTheme_LumaComponents::script/component/newsletter.phtml"/> |
21 | | - <block name="loki.script.component.minicart-content" template="LokiTheme_LumaComponents::script/component/minicart-content.phtml"/> |
22 | | - <block name="loki.script.component.top-links" template="LokiTheme_LumaComponents::script/component/top-links.phtml"/> |
23 | | - <block name="loki.script.component.currency-switcher" template="LokiTheme_LumaComponents::script/component/currency-switcher.phtml"/> |
24 | | - <block ifconfig="web/cookie/cookie_restriction" name="loki.script.component.cookie-notice" template="LokiTheme_LumaComponents::script/component/cookie-notice.phtml"/> |
| 21 | + <block |
| 22 | + name="loki.script.component.dropdown" |
| 23 | + template="LokiTheme_LumaComponents::script/component/dropdown.phtml"/> |
| 24 | + <block |
| 25 | + name="loki.script.component.main-menu" |
| 26 | + template="LokiTheme_LumaComponents::script/component/main-menu.phtml"/> |
| 27 | + <block |
| 28 | + name="loki.script.component.mobile-menu" |
| 29 | + template="LokiTheme_LumaComponents::script/component/mobile-menu.phtml"/> |
| 30 | + <block |
| 31 | + name="loki.script.component.newsletter" |
| 32 | + template="LokiTheme_LumaComponents::script/component/newsletter.phtml"/> |
| 33 | + <block |
| 34 | + name="loki.script.component.minicart-content" |
| 35 | + template="LokiTheme_LumaComponents::script/component/minicart-content.phtml"/> |
| 36 | + <block |
| 37 | + name="loki.script.component.top-links" |
| 38 | + template="LokiTheme_LumaComponents::script/component/top-links.phtml"/> |
| 39 | + <block |
| 40 | + name="loki.script.component.currency-switcher" |
| 41 | + template="LokiTheme_LumaComponents::script/component/currency-switcher.phtml"/> |
| 42 | + <block |
| 43 | + ifconfig="web/cookie/cookie_restriction" |
| 44 | + name="loki.script.component.cookie-notice" |
| 45 | + template="LokiTheme_LumaComponents::script/component/cookie-notice.phtml"/> |
25 | 46 | </referenceContainer> |
26 | 47 |
|
27 | 48 | <referenceContainer name="minicart.addons"> |
|
0 commit comments