hi,
I created a menubar in a 'menu'-template, like this :
<%init>
my $top = Jifty->web->navigation;
$top->child(Home => url => "/", sort_order => 1);
$top->child("first", label => 'first item', url=>'/page1.html');
return();
</%init>
then included this template into my other templates.
But I don't know how to show the menu ? How to print the menu-bar ?
--
Gee I don't have signature
_______________________________________________
jifty-devel mailing list
[email protected]
http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel