|
From: <sv...@va...> - 2011-09-19 15:19:23
|
Author: de Date: 2011-09-19 16:14:34 +0100 (Mon, 19 Sep 2011) New Revision: 438 Log: Updated front page menu in the hope users can find the Valkyrie entry more easily. See bug #251406 Modified: trunk/php/menu.php Modified: trunk/php/menu.php =================================================================== --- trunk/php/menu.php 2011-09-19 15:13:11 UTC (rev 437) +++ trunk/php/menu.php 2011-09-19 15:14:34 UTC (rev 438) @@ -11,9 +11,9 @@ $source_code = array( array( 'url'=>'current.html', 'tag'=>'Current Releases' ), array( 'url'=>'old.html', 'tag'=>'Release Archive' ), - array( 'url'=>'guis.html', 'tag'=>'Front Ends / GUIs' ), array( 'url'=>'variants.html', 'tag'=>'Variants / Patches' ), - array( 'url'=>'repository.html','tag'=>'Code Repository' ) + array( 'url'=>'repository.html','tag'=>'Code Repository' ), + array( 'url'=>'guis.html', 'tag'=>'Valkyrie / GUIs' ) ); $docs = array( |