[jifty-devel] Creating menubar ?

mraptor mraptor at gmail.com
Sat Feb 24 18:05:15 EST 2007


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


More information about the jifty-devel mailing list