Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-theme/view/frontend/templates/html/
Upload File :
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>