| Current Path : /home/rtorresani/www/vendor/magento/module-directory/view/frontend/templates/currency/ |
| Current File : //home/rtorresani/www/vendor/magento/module-directory/view/frontend/templates/currency/switch.phtml |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/** @var \Magento\Framework\View\Element\Template $block */
?>
<p><?= $block->escapeHtml(__('Your current currency is: %1.', $currency->getCode())) ?></p>
<p><a href="<?= $block->escapeUrl($block->getBaseUrl()) ?>" class="action continue"><span><?= $block->escapeHtml(__('Continue')) ?></span></a></p>