/[MITgcm]/mitgcm.org/front_content/Assemble.pl
ViewVC logotype

Diff of /mitgcm.org/front_content/Assemble.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

--- mitgcm.org/front_content/Assemble.pl	2005/04/02 22:12:59	1.6
+++ mitgcm.org/front_content/Assemble.pl	2006/04/06 19:52:17	1.7
@@ -55,6 +55,14 @@
     foreach $fm (@flist) {
 	$ind = "";
 	$name = $name0{$fm};
+
+	if ($name eq "Documentation") {
+	    $tmp = "<a href=\"http://mitgcm.org/pelican/\">"
+		. "Documentation</a><br />\n";
+	    $menu = join "", $menu, $tmp;
+	    next;
+	}
+
 	if (length($name1{$fm}) > 0) {
 	    $ind = "&nbsp;&nbsp;&nbsp;";
 	    $name = $name1{$fm};

 

  ViewVC Help
Powered by ViewVC 1.1.22