Thursday 12 April 2007 6:43:14 am
hi, I want to add a breadcrumb navigation to my site and the standard code for them does a fine job of giving me links for each node in the hierarchy. the problem is that there are some nodes which are shown with the standard template that of course looks out of place and broken. So what I need is some way to "know" within the pagelayout if the node I will print the name and URL to in the breadcrumb trail, will use its fallback full.tpl or a template I have customized. e.g: the default output for the breadcrumb code goes like this: MyRootNodeName > Categories > ShowAsFavorites > OnTheRoad > MyNiftyOnTheRoadArticle of course the "ShowAsFavorites" is a folder by which the editor controls a certain behavior on the site by adding / removing objects there. That folder has no need to have a special visualization. is there some operator combo or trick I can use from the template to know what tpl I will be using as "full" for a node? thanks
|