Skip to content

Commit

Permalink
https://github.com/cabinetsbay/core/issues/6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 19, 2024
1 parent 7d1569b commit 5b7c7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/templates/category/tabs.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ https://github.com/cabinetsbay/site/issues/133 -->
<?= df_tag_if_ne(dfa($v, 'title', ''), 'label') ?>
<div class='content'>
<?= 'block' === ($c = $v['content'])
? df_block_output('CabinetsBay_Core', "catalog/category/tabs/$k", ['b' => $b])
? df_block_output('CabinetsBay_Catalog', "category/tabs/$k", ['b' => $b])
: $b->l3a($c)
?>
</div>
Expand Down

0 comments on commit 5b7c7b3

Please sign in to comment.