1 (edited by fantasy007 2008-10-30 08:52)

Topic: how to do this (navigation)

-old post-

Re: how to do this (navigation)

look in the functions.php file and you will find the links there.
if you want a single bar image then go to the _css or cs file and look for #brdmenu. example:
http://modelcrowd.com look at the nav bar.

Q

My stuff or my style might sux, but atleast I'm willing to help when I can.
Don't be stupid and help ! We are the stupid one's !!!

3

Re: how to do this (navigation)

In the appropriate lang file, for example with the register link, change from:

'Register'        =>      'Register',

to something like:

'Register'        =>      '<img src="'.$pun_config['o_base_url'].'/img/buttons/register.png" alt="Register" />',

Re: how to do this (navigation)

Or you use CSS, each navlink has it's own ID.