Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- mitgcm.org/front_content/Assemble.pl 2008/01/15 17:12:18 1.8
+++ mitgcm.org/front_content/Assemble.pl 2008/02/29 00:40:37 1.9
@@ -56,12 +56,12 @@
$ind = "";
$name = $name0{$fm};
- if ($name eq "Documentation") {
- $tmp = "<a href=\"http://eddy.csail.mit.edu/r2/latest/\">"
- . "Documentation</a><br />\n";
- $menu = join "", $menu, $tmp;
- next;
- }
+# if ($name eq "Documentation") {
+# $tmp = "<a href=\"http://eddy.csail.mit.edu/r2/latest/\">"
+# . "Documentation</a><br />\n";
+# $menu = join "", $menu, $tmp;
+# next;
+# }
if (length($name1{$fm}) > 0) {
$ind = " ";
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |