Your IP : 216.73.216.43


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