Show
Ignore:
Timestamp:
11/18/06 15:29:20 (4 years ago)
Author:
lazaridis_com
Message:

closes #66, simple implementation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • infra/TracX/tracx/menus.py

    r126 r134  
    2525        yield 'projnav', 'license', html.a( 'License', href=req.href.wiki('ProjectLicense') ) 
    2626        yield 'projnav', 'services', html.a( 'Services', href=req.href.wiki('CommercialServices') ) 
    27         yield 'projnav', 'plans', html.a( 'Plans', href=req.href.wiki('WorkingPlans') ) 
     27        yield 'mainnav', 'plans', html.a( 'Plans', href=req.href.wiki('WorkingPlans') ) 
    2828 
    2929#------------------------------------------------------------------------------