button.phtml 792 B

1234567891011121314151617181920212223242526
  1. <?php
  2. /**
  3. * Mageplaza
  4. *
  5. * NOTICE OF LICENSE
  6. *
  7. * This source file is subject to the Mageplaza.com license that is
  8. * available through the world-wide-web at this URL:
  9. * https://www.mageplaza.com/LICENSE.txt
  10. *
  11. * DISCLAIMER
  12. *
  13. * Do not edit or add to this file if you wish to upgrade this extension to newer
  14. * version in the future.
  15. *
  16. * @category Mageplaza
  17. * @package Mageplaza_Search
  18. * @copyright Copyright (c) 2017 Mageplaza (http://www.mageplaza.com/)
  19. * @license https://www.mageplaza.com/LICENSE.txt
  20. */
  21. ?>
  22. <div class="pp-buttons-container">
  23. <a class="action-default" href="<?php /* @noEscape */ echo $block->escapeUrl($block->getButtonUrl()); ?>">
  24. <?php echo $block->escapeHtml($block->getButtonLabel()); ?>
  25. </a>
  26. </div>