1

Topic: adding to the menu

Hi all

i have been reading through many post but im not understanding them (my fault)

i would like to know step by step of how to install another tab alongside Home,news,search,blog etc

it would be really appreciated

Thanks in advanced

2

Re: adding to the menu

in header.tpl file in your template

3

Re: adding to the menu

You should see the menu entries like this:
<li><a href="http://www.yourwebsite.com/pictures/" title="Pictures"><span>Pictures</span></a></li>

So create a new one with the right link and the correct title which could be something like:
<li><a href="http://www.mywebsite.com/faqs/" title="Faqs"><span>FAQS</span></a></li>
(from 2.6 version. 2.7 may be slightly different)