Commit 2aaafba2 by lmf

优化bug

parent 131a70be
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
?> ?>
<?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('home_top_category_thumnail')->toHtml();?> <?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('cms-index-navigation-bottom')->toHtml();?>
<?= $block->getLayout()->createBlock("Sparsh\FreeShippingBar\Block\Entity\FreeShippingBar")->setTemplate("free_shipping_bar.phtml")->setEntityId("2")->toHtml();?> <?= $block->getLayout()->createBlock("Sparsh\FreeShippingBar\Block\Entity\FreeShippingBar")->setTemplate("free_shipping_bar.phtml")->setEntityId("2")->toHtml();?>
<?php echo $block->getLayout()->createBlock('Joshine\Banner\Block\Index')->setTemplate('Joshine_Banner::index.phtml')->toHtml(); ?> <?php echo $block->getLayout()->createBlock('Joshine\Banner\Block\Index')->setTemplate('Joshine_Banner::index.phtml')->toHtml(); ?>
<?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('home_top_category_thumnail')->toHtml();?> <?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('home_top_category_thumnail')->toHtml();?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment