switch.phtml 440 B

12345678910111213
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // @codingStandardsIgnoreFile
  7. /** @var \Magento\Framework\View\Element\Template $block */
  8. ?>
  9. <p><?= $block->escapeHtml(__('Your current currency is: %1.', $currency->getCode())) ?></p>
  10. <p><a href="<?= $block->escapeUrl($block->getBaseUrl()) ?>" class="action continue"><span><?= $block->escapeHtml(__('Continue')) ?></span></a></p>