byron-falcon-software
-
8/27/2009 2:58:55 PM
Appending Custom Breadcrumbs
Our client some custom external data for their site that is not part of Kentico nor will it likely be.
I created a template to handle the showing of this data and add the template to Kentico and create a page for it so that I get all of the other templated functionality and to allow them manage a blurb at the top of the data if they so choose.
The page is not in the Menu or Sitemap as it requires a query string id to show the data and you can't navigate to it directly.
The breadcrumbs for the pages above this page in the tree work fine and they show on this page, but all I need to do is append the name of the custom data type, (the company name for instance), as the current location breadcrumb.
eg:
» <span class="CMSBreadCrumbsCurrentItem">My Company Name Details Page</span>
How is this done?
|