| 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/skip.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
$target = $block->getTarget();
$label = $block->getLabel();
?>
<a class="action skip <?= $block->escapeHtmlAttr($target) ?>"
href="#<?= $block->escapeHtmlAttr($target) ?>">
<span>
<?= $block->escapeHtml($label) ?>
</span>
</a>