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