Go to: \app\design\frontend\base\default\template\page\html\topmenu.phtml
<?php if($_menu): ?><div class="nav-container">
<ul id="nav">
<li><a href="<?php echo $this->getUrl('') ?>">Home</a></li>
<?php echo $_menu ?>
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('menu')->toHtml(); ?>
</ul>
</div><?php endif ?>
No comments:
Post a Comment