
WE_Frontend::Plugin::Breadcrumb - insert a "breadcrumb"

my $t = Template->new({PLUGIN_BASE => "WE_Frontend::Plugin"});
[% USE Breadcrumb %]
[% Breadcrumb.out() %]

Create a HTML breadcrumb.
Format and output a breadcrumb for the current object id. The following classes are used:
the overall breadcrumb (in a <span> element)
links in the breadcrumb
The links are masked with <noindex> to help htdig.


Slaven Rezic - slaven@rezic.de
