/[SVNBrowser]/trunk/share/web/templates/_elements/nav
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/share/web/templates/_elements/nav

Parent Directory Parent Directory | Revision Log Revision Log


Revision 48 - (show annotations)
Wed Feb 7 11:51:30 2007 UTC (17 years, 2 months ago) by dpavlin
File size: 428 byte(s)
primitive stats of branches
1 <%init>
2 my $top = Jifty->web->navigation;
3 $top->child(Home => url => "/", sort_order => 1);
4 $top->child(Stats => url => "/stats", sort_order => 2);
5
6 if (Jifty->config->framework('AdminMode') ) {
7 $top->child(Administration => url => "/__jifty/admin/", sort_order => 998);
8 $top->child(OnlineDocs => url => "/__jifty/online_docs/", label => 'Online docs', sort_order => 999);
9 }
10 return();
11 </%init>

  ViewVC Help
Powered by ViewVC 1.1.26