Creating a link to the Downloads Section

Peeps,

How do I create a link on the frontpage to the downloads section? I understand what the link is I just need a way of putting it on the frontpage.

I know how to create links using the add new page feature but I dont exactly want that if you get what I mean.

The easiest way would be to add the link as news from the admin section to where you want it.

True mate but what I would like is a link in my main menu..

Ah got you, just edit the navigation.tpl and add it there.

Its teh core_navigation.tpl and the format would be <li><a href=“<?php echo url(‘/Downloads’) ?>”>Download Center</a></li>

Brilliant mate ty, I just managed to put a link on there myself but it opens into a new window. Also the link is not in the Main menu section so I will be doing as you have put.

Thanks again.

Dale.

Works brilliantly, ty.