Editing the navbar

Callum93

Madly Diligent
Joined
Mar 16, 2008
Messages
9,782
Reaction score
0
FP$
6
How do edit the navbar on phpBB3 with a subsilver2 based style? (Just to make it clearer, the navbar with ''Home'', ''User Control Panel'' and ''Members'' on.
 
I couldn't find anything in overall_header... some sort of code would be really useful 🙂
 
sbfc said:
I couldn't find anything in overall_header... some sort of code would be really useful 🙂
Give me the code sheet and I will show the navbar.
 
Do a search for this line... This would show in the nav bar

Code:
		<a href="{U_FAQ}">{L_FAQ}</a>
 
Back
Top Bottom