webwml/include/navigation.wmi

29 lines
884 B
Plaintext
Raw Normal View History

#!/usr/bin/wml
## translation metadata
# Revision: $Revision: 22069 $
# Translation-Priority: 1-high
<:
# path link text
my @navigation = (
'index' , 'Home',
'about/overview' , 'About Tor',
'docs/documentation' , 'Documentation',
'press/press' , 'Press',
'<blog>' , 'Blog',
2012-11-28 15:33:56 +00:00
'about/contact' , 'Contact',
);
2015-09-18 21:09:56 +02:00
my @donatenav = (
'index' , 'Home',
'about/overview' , 'About Tor',
'about/contact' , 'Contact',
);
my @calltoaction = (
2012-11-28 15:33:56 +00:00
'download/download-easy' , 'Download',
2012-12-29 04:52:03 +00:00
'getinvolved/volunteer' , 'Get Involved',
'donate/donate' , 'Donate',
);
:>