Skip to content

Commit

Permalink
https://github.com/cabinetsbay/site/issues/146
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 6, 2024
1 parent 6f0e5c0 commit 065f112
Showing 1 changed file with 2 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,9 @@ use Sharapov\Cabinetsbay\Block\HomePage as B;
/** @var B $block */ $b = $block; /** @var B $b */
?>
<div class="homepage-grid">
<?= $b->getLayout()->createBlock('Magento\Cms\Block\Block')
->setBlockId('home-page-slider')->toHtml(); ?>
<?= df_cms_block_content('home-page-slider') ?>
<div class="homepage-why-us">
<?= $b
->getLayout()
->createBlock('Magento\Cms\Block\Block')
->setBlockId('home-page-why-us')
->toHtml(); ?>
<?= $b
->getLayout()
->createBlock('Magento\Cms\Block\Block')
->setBlockId('home-page-why-us-icon-block')
->toHtml(); ?>
<?= df_cc_n(df_cms_block_content('home-page-why-us'), df_cms_block_content('home-page-why-us-icon-block')) ?>
</div>
<div class="homepage-popular c-products-grid">
<?php /** @var \Magento\Catalog\Helper\Category $categoryHelper_sub */
Expand Down

0 comments on commit 065f112

Please sign in to comment.