This is how I do it...
PHP Code:
// Path => Title
$navbits = array(
'https://vborg.vbsupport.ru/forumdisplay.php?f=109' => 'vB3.5 Modifications',
'https://vborg.vbsupport.ru/forumdisplay.php?f=111' => 'vB3.5 Modification Questions',
'https://vborg.vbsupport.ru/showthread.php?t=113164' => 'Breadcrumbs for Modification',
'Reply to Thread'
);
Of course it should all be variables, but you get the idea. Be sure to pass the sessionhash through each page if you want to keep that functionality working.