Author: mathias
Date: 2007-04-30 18:24:25 +0000 (Mon, 30 Apr 2007)
New Revision: 13064

Modified:
   trunk/website/pages/en/menu.php
Log:
Fixed the problem of some 404-messages.


Modified: trunk/website/pages/en/menu.php
===================================================================
--- trunk/website/pages/en/menu.php     2007-04-30 16:23:13 UTC (rev 13063)
+++ trunk/website/pages/en/menu.php     2007-04-30 18:24:25 UTC (rev 13064)
@@ -2,35 +2,35 @@
 //    Last edited Saturday, October 04, 2003
 $pos = 1;
 $menus = array(
-                               'What is Freenet?'      => 'whatis',
-                               'Philosophy'            => 'philosophy',
-                               'News'                          => 'news', 
-                               'Download'                      => 'download',
-                               'Documentation'         => 'documentation',
+                               'What is Freenet?'      => '/whatis',
+                               'Philosophy'            => '/philosophy',
+                               'News'                          => '/news', 
+                               'Download'                      => '/download',
+                               'Documentation'         => '/documentation',
                                'sub1'                          => array(
-                                                                               
                'Install'               =>'install',
-                                                                               
                'Connect'               => 'connect',
-                                                                               
                'Content'               => 'content',
-                                                                               
                'Understand'    => 'understand',
-                                                                               
                'Freemail'              => 'freemail',
-                                                                               
                'Frost'                 => 'frost',
-                                                                               
                'jSite'                 => 'jsite',
-                                                                               
                'Thaw'                  => 'thaw',
-                                                                               
                'FAQ'                   => 'faq',
+                                                                               
                'Install'               =>'/install',
+                                                                               
                'Connect'               => '/connect',
+                                                                               
                'Content'               => '/content',
+                                                                               
                'Understand'            => '/understand',
+                                                                               
                'Freemail'              => '/freemail',
+                                                                               
                'Frost'                 => '/frost',
+                                                                               
                'jSite'                 => '/jsite',
+                                                                               
                'Thaw'                  => '/thaw',
+                                                                               
                'FAQ'                   => '/faq',
                                                                                
                'Wiki'                  => 'http://wiki.freenetproject.org/'),  
-                               'Donate'                        => 'donate',
-                               'Sponsors'                      => 'sponsors',
-                               'Developer'             => 'developer',
+                               'Donate'                        => '/donate',
+                               'Sponsors'                      => '/sponsors',
+                               'Developer'                     => '/developer',
                                'sub3'                          => array(       
                        
                                                                                
                'Whats New?'    => 'http://cia.navi.cx/stats/Project/freenet/',
                                                                                
                'Freenet Specs' => 
'http://wiki.freenetproject.org/FreenetSpecifications',
                                                                                
                'Browse SVN'    => 
'http://emu.freenetproject.org/cgi-bin/viewcvs.cgi/trunk/',
                                                                                
                'Bug Tracker'   => 'https://bugs.freenetproject.org/',
                                                                                
                'Javadoc'               => 
'http://emu.freenetproject.org/javadoc/'),
-                               'Mailing Lists'         => 'lists',
-                               'Tools'                         => 'tools',
-                               'Papers'                        => 'papers',
-                               'People'                        => 'people' 
+                               'Mailing Lists'                 => '/lists',
+                               'Tools'                         => '/tools',
+                               'Papers'                        => '/papers',
+                               'People'                        => '/people' 
        );

 function lnk($text, $link) {


Reply via email to