I want to implement something like "You are here: Root -> Somewhere 1 ->
Somewhere 1.1" which is displayed on all pages.
Is it possible to use SiteMap to do that? Can someone give me a hint how
to do that?
Thanks,
Julian
Have a look at the Menu snippet. I think the li_path prefix can be
used to make a breadcrumb...
/Jeppe
Cheers, Tim
> --
> You received this message because you are subscribed to the Google Groups "Lift" group.
> To post to this group, send email to lif...@googlegroups.com.
> To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
>
>
Assume I have a menu like
Node 1 -> Node 1.1 -> Node 1.1.1
Node 2 -> Node 2.1
and assume I'm visiting Node 1.1.1. Then, I just want to have "You are
here: Node 1 -> Node 1.1 -> Node 1.1.1"
Menu.builder will always construct
Node 1 -> Node 1.1 -> Node 1.1.1
Node 2
i.e., still prints Node 2.
--
You received this message because you are subscribed to the Google Groups "Lift" group.
To post to this group, send email to lif...@googlegroups.com.
To unsubscribe from this group, send email to liftweb+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.