Skip to content

Commit 19dca8a

Browse files
committed
Removed header & footer
1 parent 3d0f97d commit 19dca8a

File tree

9 files changed

+32
-206
lines changed

9 files changed

+32
-206
lines changed

Model/Theme.php

Lines changed: 0 additions & 68 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "goomento/module-core",
33
"description": "Magento 2 Goomento Core module",
44
"type": "magento2-module",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"license": [
77
"OSL-3.0"
88
],

etc/di.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,11 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
9-
<type name="Goomento\Core\SubSystem">
10-
<arguments>
11-
<argument name="systems" xsi:type="array">
12-
<item name="theming" xsi:type="string">Goomento\Core\Model\Theme</item>
13-
</argument>
14-
</arguments>
15-
</type>
169
<type name="\Magento\Framework\App\ActionInterface">
1710
<plugin name="controllers.execute" type="Goomento\Core\Plugin\App\ActionInterface\ControllersExecute" sortOrder="0" />
1811
</type>
1912
<type name="Magento\Framework\App\Action\AbstractAction">
2013
<plugin name="controllers.dispatch" type="Goomento\Core\Plugin\App\Action\AbstractAction\ControllersDispatch" sortOrder="0" />
2114
</type>
2215
<preference for="Goomento\Core\SubSystemInterface" type="Goomento\Core\SubSystem\Proxy" />
23-
<type name="Magento\Framework\View\Result\Page">
24-
<arguments>
25-
<argument name="template" xsi:type="string">Goomento_Core::root.phtml</argument>
26-
</arguments>
27-
</type>
2816
</config>

view/adminhtml/layout/default.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,4 @@
1010
<head>
1111
<css src="Goomento_Core::css/style-m.css"/>
1212
</head>
13-
<body>
14-
<referenceBlock name="after.body.start">
15-
<block name="goomento.templates.header" template="Goomento_Core::templates/header.phtml" after="-" />
16-
</referenceBlock>
17-
<referenceContainer name="footer">
18-
<block name="goomento.templates.footer" template="Goomento_Core::templates/footer.phtml" after="-" />
19-
</referenceContainer>
20-
</body>
2113
</page>

view/adminhtml/web/css/style-m.less

Lines changed: 31 additions & 41 deletions
Large diffs are not rendered by default.

view/base/templates/root.phtml

Lines changed: 0 additions & 33 deletions
This file was deleted.

view/base/templates/templates/footer.phtml

Lines changed: 0 additions & 13 deletions
This file was deleted.

view/base/templates/templates/header.phtml

Lines changed: 0 additions & 13 deletions
This file was deleted.

view/frontend/layout/default.xml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)