Topic: how can i change nav in header?

What file contains the navigation in header? i wanted to add a link to my home home page. Thanks

Re: how can i change nav in header?

Edit the template in include/template/main.tpl. Look for <pun_navlinks> and add it before or after that.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: how can i change nav in header?

include/functions.php:
function generate_navlinks(), around line 180 is what you're looking for.

I replaced it with:
$links[] = '<a href="/">pgregg.com</a> | <a href="index.php">Forum '.$lang_common['Home'].'</a> | <a href="userlist.php">'.$lang_common['User list'].'</a>';