Magento Navigation, how to customize very helpful information?

Share
Posted on February 23rd, 2011 | Posted by admin

Magento Navigation, how to customize very helpful information?

This post describes how Magento navigation works. I hope it will help you.
The begining of all is in template file: “category/navigation/top.phtml”

1.<ul id="nav">
2.< ?php
3.foreach ($this->getStoreCategories() as $_category): ?>
4.< ?php
5.echo $this->drawItem($_category);
6.?>
7.< ?php endforeach ?>
8.</ul>
Page 2 of 2«12