http://www.icyphoenix.com/viewtopic.php?f=30&t=1528&p=24270#p24270
-----------------------------------
Mighty Gorgon
Thu 14 Feb, 2008 13:00

Re: How to add new pages to Icy Phoenix
-----------------------------------
[quote user="tarilotta" post="24244"]Alright, so ive added a new page to my site. Now i just need to know how to get it as a link on the horizontal nav bar. By default this bar looks like this: [i]home*forum*new*profile*search*faq*log out[/i]. I have figured out how to add the divider so there is a place to put the new page link, but no such luck figuring out how to actually add the link in there. As of now my bar looks like this: [i]home*forum**new*profile*search*faq*log out.[/i] I would like it to look like this: [i]home*forum*<New Page Name Here>*new*profile*search*faq*log out.[/i]
If anyone could provide me with the way to do this, it would be much appreciated![/quote]
Just edit your [b]overall_header.tpl[/b] adding what you want. It is plain html so you can add link just by inserting an anchor tag:

[codeblock]<a href="mypage.php">My Page</a>[/codeblock]


