Magento RSS FEED


/ Published in: PHP
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. <?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
  2. <a href="<?php echo $this->getRssLink() ?>" class="link-feed right"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
  3. <?php endif; ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.