Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/module-catalog/view/frontend/templates/category/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-catalog/view/frontend/templates/category/rss.phtml

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/** @var $block \Magento\Catalog\Block\Category\Rss\Link */
?>
<?php if ($block->isRssAllowed() && $block->getLink() && $block->isTopCategory()) :?>
    <a href="<?= $block->escapeUrl($block->getLink()) ?>"
       class="action link rss"><span><?= $block->escapeHtml($block->getLabel()) ?></span></a>
<?php endif; ?>