PDA

View Full Version : How to manually add a link to the navbar?


sea
11-10-2007, 06:54 PM
I'm trying to manually add a link to the navbar that will open up in a new window. Here's a screenshot of what i mean:

http://img220.imageshack.us/img220/7272/asdfqi0.jpg

apocan
11-10-2007, 08:52 PM
this would be nice. I need it too

Micha
11-12-2007, 08:44 AM
Go to templates\xhtml\box\pages.tpl template, and just bellow </vte:foreach> add following:

<li><a href="my_link.com" target="_blank">NEW LINK</a></li>

sea
11-13-2007, 07:03 AM
Go to templates\xhtml\box\pages.tpl template, and just bellow </vte:foreach> add following:

<li><a href="my_link.com" target="_blank">NEW LINK</a></li>

Ty, worked perfect :D