Hi,
With regular forums, the breadcrumbs look like this:
Quote:
Site Name > Category Name > Top Level Forum Name
-Subforum Name
|
I see you can change
Code:
$navbits[$parent] = 'My custom page';
so that it appears
Quote:
Site Name
- My custom page
|
How can I do something like this
Quote:
Site Name > My Custom Application
- Custom page in my custom application
|
Where "My Custom Application" is a link that takes you back to the custom page's main page, just like how when viewing forums the link might take you back to a category or top level forum?
That is, how can I add a "breadcrumb" to that first row? How would I add two, if necessary?
Quote:
Site Name > My Custom Application > Specific Functionality
- Custom page for specific functionality in my application
|
Thank you!