Skip to content

Commit d7e60e6

Browse files
committed
updated layout xml fix bugs layout
1 parent 61625be commit d7e60e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

view/frontend/layout/catalog_category_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<page layout="2column-left" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
2+
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
33
<body>
44
<!-- <move element="catalog.product.related" destination="sidebar.additional" after="tag.view"/> -->
55
<!-- <referenceBlock name="catalog.compare.sidebar" remove="true" />

view/frontend/layout/catalog_product_view.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" ?>
2-
<page layout="2column-left" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
2+
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
33
<body>
44
<referenceContainer name="product.info.main">
55
<block class="Lof\ProductTags\Block\Tag\Product\TagProduct" name="tag.product.tagproduct" template="Lof_ProductTags::tag/product/tags.phtml"/>

0 commit comments

Comments
 (0)