footer.phtml 609 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. // @codingStandardsIgnoreFile
  7. ?>
  8. <div class="footer-container">
  9. <div class="footer">
  10. <?= $block->getChildHtml() ?>
  11. <p class="bugs"><?= /* @escapeNotVerified */ __('Help Us Keep Magento Healthy') ?> - <a
  12. href="http://www.magentocommerce.com/bug-tracking"
  13. target="_blank"><strong><?= /* @escapeNotVerified */ __('Report All Bugs') ?></strong></a>
  14. </p>
  15. <address><?= /* @escapeNotVerified */ $block->getCopyright() ?></address>
  16. </div>
  17. </div>