Commit 131a70be by lmf

首页导航下增加一个静态块

parent 7c6cf1a2
......@@ -4,6 +4,7 @@
* See COPYING.txt for license details.
*/
?>
<?php echo $block->getLayout()->createBlock('Magento\Cms\Block\Block')->setBlockId('home_top_category_thumnail')->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('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