Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
rss.phtml
Go to the documentation of this file.
1 <?php
7 // @codingStandardsIgnoreFile
8 
10 ?>
11 <?php if ($block->isRssAllowed() && $block->getLink()): ?>
12 <a href="<?= /* @escapeNotVerified */ $block->getLink() ?>" class="action rss">
13  <span><?= /* @escapeNotVerified */ $block->getLabel() ?></span>
14 </a>
15 <?php endif; ?>
$block
Definition: block.php:8
if( $block->isRssAllowed() &&$block->getLink() &&$block->isTopCategory())() ?>" class endif
Definition: rss.phtml:10