Thursday 03 April 2003 6:38:23 am
Ideally, I would like something like that, but I don't know how to go about doing that using the data from $Path, as each item only seems to have the url and text. I wanted to create a new template in /design/(mydesign)/override/templates/node/view/ and name it breadcrumb_link.tpl. Now, when making the breadcrumbs, I wanted to just usd it like this
{section name=Path loop=$module_result.path offset=2 max=-1}
/ {node_view_gui view=breadcrumb_link content_node=$Path:item} {/section} Following me? Is there another way to create these breadcrumbs without using $module_result.path? Or does $module_result.path contain more data than I think it does? I looked at the output from this {$module_result.path|attribute(show())} And there doesn't seem to be anything else I can use.
|