966628e3730db95206f177be31cc4a922807f643
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
2) # Revision: $Revision: 0 $
3) # Translation-Priority: 2-medium
4) 
5) # this structure defines the side nav bar for the /about pages
6) # and is the input for include/side.wmi
7) 
8) # fields:
9) #
10) # url - the path to the wml page, as used the the <page> tag. This tag ensures
11) # that links will point to the current language if supported, and alternately
12) # the english version 
13) #
14) # txt - the link text to be displayed. Different translations will
15) # need to supply alternate txt
16) 
17) <:
18)   my $sidenav;
19)   $sidenav = [
Andrew Lewman clean up the confusing over...

Andrew Lewman authored 13 years ago

20)       {'url'  => 'about/overview',