getinvolved/en/sidenav.wmi
2a9aaa80
 #!/usr/bin/wml
 
 ## translation metadata
e6e327c1
 # Revision: $Revision$
2a9aaa80
 # Translation-Priority: 2-medium
 
24c66a74
 # this structure defines the side nav bar for the /getinvolved pages
2a9aaa80
 # and is the input for include/side.wmi
 
 # fields:
 #
 # url - the path to the wml page, as used the the <page> tag. This tag ensures
 # that links will point to the current language if supported, and alternately
 # the english version 
 #
 # txt - the link text to be displayed. Different translations will
 # need to supply alternate txt  
 
 <:
     my $sidenav;
     $sidenav = [
2d2bf296
         {'url'  => 'getinvolved/volunteer',
2a9aaa80
          'txt'  => 'Get Involved',
         },
74594485
         {'url'  => 'getinvolved/relays',
          'txt'  => 'Set up relays',
         },
4bc052a5
         {'url'  => 'https://research.torproject.org/',
e0075b31
          'txt'  => 'Research',
         },
2a9aaa80
         {'url'  => 'donate/donate',
          'txt'  => 'Donate',
         },
     ];
 :>