|
- <?php
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- ?>
- <p class="magento-version">
- <strong><?= $block->escapeHtml(__('Magento')) ?></strong>
- <?= $block->escapeHtml(__('ver. %1', $block->getMagentoVersion())) ?>
- </p>
|