Skip to content

Commit

Permalink
https://github.com/cabinetsbay/catalog/issues/38
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jun 10, 2024
1 parent 95fa151 commit e613b46
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ if ($block->level() >= 3) :
*/
$pos = $block->getPositioned();
?>
<div class="products wrapper <?= /* @escapeNotVerified */
$viewMode ?> products-<?= /* @escapeNotVerified */
$viewMode ?>">
<div class="products wrapper <?= $viewMode ?> products-<?= $viewMode ?>">
<?php if (df_category_level($block->getCurrentCategory()) > 3) : ?>
<h3><?=$block->getCurrentCategory()->getName(); ?></h3>
<?php endif; ?>
Expand Down

0 comments on commit e613b46

Please sign in to comment.