Andrew Lewman commited on 2010-09-27 20:38:43
Zeige 1 geänderte Dateien mit 1 Einfügungen und 11 Löschungen.
... | ... |
@@ -17,18 +17,8 @@ |
17 | 17 |
<: |
18 | 18 |
my $sidenav; |
19 | 19 |
$sidenav = [ |
20 |
- {'url' => 'about/about', |
|
20 |
+ {'url' => 'about/overview', |
|
21 | 21 |
'txt' => 'Tor Overview', |
22 |
- 'subelements' => [ |
|
23 |
- {'url' => 'about/why', |
|
24 |
- 'txt' => 'Why We Need Tor', |
|
25 |
- }, |
|
26 |
- {'url' => 'about/staying', |
|
27 |
- 'txt' => 'Staying Anonymous', |
|
28 |
- }, |
|
29 |
- {'url' => 'about/future', |
|
30 |
- 'txt' => 'Future of Tor', |
|
31 |
- }] |
|
32 | 22 |
}, |
33 | 23 |
{'url' => 'about/torusers', |
34 | 24 |
'txt' => 'Users of Tor', |
35 | 25 |