/ Published in: PHP
Hiermit lässt sich der RSS Link einfügen.
Bspw. in Datei
/app/design/frontend/default/xxx/template/catalog/category/view.phtml
Bspw. in Datei
/app/design/frontend/default/xxx/template/catalog/category/view.phtml
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?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; ?>