51525e645840da619740932b632116cefa9d543a
braney
  Thu Aug 2 12:58:48 2012 -0700
remove links out of the source code to the proteome browser (#5740)
diff --git src/hg/utils/mkPhotoGateway.pl src/hg/utils/mkPhotoGateway.pl
index bca44b1..3f10d36 100755
--- src/hg/utils/mkPhotoGateway.pl
+++ src/hg/utils/mkPhotoGateway.pl
@@ -92,31 +92,30 @@
 print FH '<TR><TD COLSPAN=2 HEIGHT=40><!-- This file generates the top menu bar on Genome Browser home page-->
 <!-- which has a different menu from the other static pages------------>
 
   <TABLE BGCOLOR="000000" CELLPADDING="1" CELLSPACING="1" WIDTH="100%" HEIGHT="27">
     <TR BGCOLOR="2636D1"><TD VALIGN="middle">
       <TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 BGCOLOR="2636D1" HEIGHT="24">
 	<TR><TD VALIGN="middle"><FONT COLOR="#89A1DE">&nbsp;&nbsp;
 
 	  <A HREF="/index.html" class="topbar">HOME</A>&nbsp;&nbsp;-&nbsp;&nbsp;
 	  <A HREF="/cgi-bin/hgGateway" class="topbar">Genomes</A>&nbsp;&nbsp;-&nbsp;&nbsp;
  	  <A HREF="/cgi-bin/hgBlat?command=start" class="topbar">Blat</A>&nbsp;&nbsp;-&nbsp;&nbsp; 
 	  <A HREF="/cgi-bin/hgTables?command=start" class="topbar">Tables</A>&nbsp;&nbsp;-&nbsp;&nbsp; 
 	  <A HREF="/cgi-bin/hgNear" class="topbar">Gene Sorter</A>&nbsp;&nbsp;-&nbsp;&nbsp; 
 	  <A HREF="/cgi-bin/hgPcr?command=start" class="topbar">PCR</A>&nbsp;&nbsp;-&nbsp;&nbsp; 
 	  <A HREF="/cgi-bin/hgVisiGene?command=start" class="topbar">VisiGene</A>&nbsp;&nbsp;-&nbsp;&nbsp; 
-	  <A HREF="/cgi-bin/pbGateway?command=start" class="topbar">Proteome</A>&nbsp;&nbsp;-&nbsp;&nbsp; 
 	  <A HREF="/FAQ/" class="topbar">FAQ</A>&nbsp;&nbsp;-&nbsp;&nbsp; 
 	  <A HREF="/goldenPath/help/hgTracksHelp.html" class="topbar">Help</A>
 
 	</FONT></TD></TR>
       </TABLE>
     </TD></TR>
   </TABLE>
 <!-- end topbar -->
 </TD></TR>', "\n";
 
 my $done = 0;
 while ($done < scalar(@useDbs)) {
     print FH "<TR>\n";
     for (my $i = 0; $i < 3; ++$i) {
 	if ($done < scalar(@useDbs)) {