Return to Snippet

Revision: 13798
at May 6, 2009 12:30 by nico65


Initial Code
<?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
        <a href="<?php echo $this->getRssLink() ?>" class="link-feed right"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
    <?php endif; ?>

Initial URL


Initial Description
Hiermit lässt sich der RSS Link einfügen.
Bspw. in Datei
/app/design/frontend/default/xxx/template/catalog/category/view.phtml

Initial Title
Magento RSS FEED

Initial Tags
magento

Initial Language
PHP