Adding to toplinks?

Hi,
On my previous theme i could edit top.phtml to add extra items like "return to homepage, FAQ" etc.
I have noticed that this file is not present, its this controlled in a different file now?
If so how can we add further options to this top menu which are not related to categories (we specify the target URL).

Thanks

Tony

2 answers

Profile photo of Rob Hawthorn 0.00 $tone November 26, 2009
Public

Guys, I’m having the same problem, I’ve located the file and code:

HTML Code:

<div class="header-nav-container">
    <div class="header-nav">
        <h4 class="no-display"><?php echo $this->__('Category Navigation:') ?></h4>
        <ul id="nav">
        <?php foreach ($this->getStoreCategories() as $_category): ?>
            <?php echo $this->drawItem($_category) ?>
        <?php endforeach ?>
        </ul>
    </div>
    <?php echo $this->getChildHtml('topLeftLinks') ?>
</div>

How do you add links to the menu? I need to add about three links static page links (I’ve added them at "Manage Pages>Add new page")

#2

This question is now closed

Written By

Comments