PDA

View Full Version : +Solved+ Navbits for custom pages


PukkaBen
01-23-2010, 05:01 PM
I am looking to get navbits on custom pages to show a bit more than what they do at the moment. I'm not sure how I would do this, but I'm not looking for anything fancy. I don't mind having it so I have to add it in myself, I just need to know what codes for the CSS and stuff like that.

If anyone could shed any light on this it would be great!!
I am using Lynnes articles, if that helps.

http://www.pukkaradio.net

BBR-APBT
01-23-2010, 07:24 PM
You would use this code in your php.

$navbits = construct_navbits(array('index.php' => 'Forum Home', '' => 'Sub Page below forum home'));
$navbar = render_navbar_template($navbits);


You can build on to the array as much as you want.

PukkaBen
01-23-2010, 09:23 PM
Thanks for your help, where would I add this info to my page?

Sorted!! Thanks for your help, much appreciated fella!!