From a377479a7228bc45f065cd10fe69aec51dc5ce5a Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 14 Sep 2000 13:31:05 +0000 Subject: Updates --- html/header.phtml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'html/header.phtml') diff --git a/html/header.phtml b/html/header.phtml index 207c366d..dc54c4df 100644 --- a/html/header.phtml +++ b/html/header.phtml @@ -1,5 +1,5 @@ - +
+
@@ -8,8 +8,8 @@ - Proof General -
+
+ Proof General

Organize your proofs!

.'; + $separator='
.'; $WANTED=$HTTP_GET_VARS["page"]; print "\n"; $links_arr = array( "Home" => "main", - "News" => "news", "Features" => "features", "Download" => "download", "Documentation" => "doc", + "News" => "news", "Development" => "devel", "About" => "about", "Links" => "links" ); - $midpoint = "Download"; + $midpoint = $DEFAULT = $links_arr["Home"]; $wanted_okay = 0; for (reset($links_arr); $name = key($links_arr); next($links_arr)) { @@ -50,10 +50,10 @@ link_root($links_arr[$name],$name); } print "\n"; - if ($name==$midpoint) print ""; + if ($name=="Download" || $name=="Development") print ""; } print "
\n"; ?> -
\ No newline at end of file -- cgit v1.2.3