Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
switch.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
11 ?>
12 <p><?= $block->escapeHtml(__('Your current currency is: %1.', $currency->getCode())) ?></p>
13 <p><a href="<?= $block->escapeUrl($block->getBaseUrl()) ?>" class="action continue"><span><?= $block->escapeHtml(__('Continue')) ?></span></a></p>
__()
Definition: __.php:13
$block
Definition: block.php:8