Friday, November 26, 2010

Add CMS page in the magento top menu

If you want to add your cms page in your front end top menu in magento it's very easy

after adding the cms from your admin go to the

app\design\frontend\default\your theme\template\catalog\navigation\top.phtml


add <li><a href="http://www.blogger.com/%3C?php%20echo%20$this-%3EgetUrl%28%27howtotieatie%27%29%20?%3E">__('How to Tie a Tie') ?></a></li>


under <ul>


where my cms page is howtotieatie


make your catch clear and enjoy</ul>

No comments:

Post a Comment