| Current Path : /home/rtorresani/www/vendor/magento/module-theme/view/frontend/templates/html/ |
| Current File : //home/rtorresani/www/vendor/magento/module-theme/view/frontend/templates/html/collapsible.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
?>
<div class="block <?= $block->escapeHtmlAttr($block->getBlockCss()) ?>">
<div class="title <?= $block->escapeHtmlAttr($block->getBlockCss()) ?>-title"
data-mage-init='{"toggleAdvanced": {"toggleContainers": "#<?= $block->escapeHtmlAttr($block->getBlockCss()) ?>", "selectorsToggleClass": "active"}}'>
<strong>
<?= $block->escapeHtml(__($block->getBlockTitle())) ?>
</strong>
</div>
<div class="content <?= $block->escapeHtmlAttr($block->getBlockCss()) ?>-content"
id="<?= $block->escapeHtmlAttr($block->getBlockCss()) ?>">
<?= $block->getChildHtml() ?>
</div>
</div>