PDA

View Full Version : Breadcrumbs on custom VB pages


Kyle55155
05-29-2010, 11:17 PM
I know how to add the breadcrumb link in via my custom php page. My issue is that my pages are db driven. IE the page you are on is example " page.php?id=california". Is there a way to pass my id variable in the breadcrumb link so that it points back to the correct page Since you can't add PHP code directly.

The only solution I know will work is to create 100 or so template files so that my breadcrumb link doesn't include ?=variable.

Anyone know how to get breadcrumbs to reference pages that are dependent on get values?

Thanks