|
From: <sv...@va...> - 2005-10-07 04:30:55
|
Author: njn
Date: 2005-10-07 05:30:54 +0100 (Fri, 07 Oct 2005)
New Revision: 213
Log:
Tweak menu
Modified:
trunk/php/menu.php
Modified: trunk/php/menu.php
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/php/menu.php 2005-10-07 04:29:34 UTC (rev 212)
+++ trunk/php/menu.php 2005-10-07 04:30:54 UTC (rev 213)
@@ -15,10 +15,10 @@
);
=20
$docs =3D array(
- array( 'url'=3D>'download_docs.html', 'tag'=3D>'Download All' ),
array( 'url'=3D>'quick-start.html', 'tag'=3D>'Quick Start' ),
array( 'url'=3D>'FAQ/', 'tag'=3D>'FAQ' ),
array( 'url'=3D>'manual/manual.html', 'tag'=3D>'User Manual' ),
+ array( 'url'=3D>'download_docs.html', 'tag'=3D>'Download Manual' ),
array( 'url'=3D>'pubs.html', 'tag'=3D>'Publications' )
/*array( 'url'=3D>'bookset/mc-tech.html', 'tag'=3D>'Technical' ),*/
/*array( 'url'=3D>'manual/distro.html', 'tag'=3D>'Release Docs' ),*/
|