rss.phtml 741 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Copyright © 2015-2017 Ihor Vansach (ihor@magefan.com). All rights reserved.
  4. * See LICENSE.txt for license details (http://opensource.org/licenses/osl-3.0.php).
  5. *
  6. * Glory to Ukraine! Glory to the heroes!
  7. */
  8. ?>
  9. <?php
  10. /**
  11. * Blog sidebar archive template
  12. *
  13. * @var $block \Magefan\Blog\Block\Sidebar\Rss
  14. */
  15. ?>
  16. <div class="widget block block-rss" data-bind="scope: 'blog-rss'">
  17. <div class="block-title">
  18. <img width="17" height="17" class="rss-icon" src="<?php echo $block->getViewFileUrl('Magefan_Blog::images/rss-icon.png') ?>" alt="<?php echo __('RSS Feed') ?>" >
  19. <strong><a target="_blank" href="<?php echo $this->getUrl('blog/rss/feed') ?>"><?php echo __('RSS Feed') ?></a></strong>
  20. </div>
  21. </div>