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
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 troubleshooting → 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
Edit the template in include/template/main.tpl. Look for <pun_navlinks> and add it before or after that.
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>';
PunBB Forums → PunBB 1.2 troubleshooting → how can i change nav in header?
Powered by PunBB, supported by Informer Technologies, Inc.