482e17639372073c44c32d26707a69b8132b3ba4 braney Fri Aug 5 18:05:55 2011 -0700 changes related to #4842 diff --git src/hg/lib/web.c src/hg/lib/web.c index 0b33436..301c1a9 100644 --- src/hg/lib/web.c +++ src/hg/lib/web.c @@ -335,30 +335,31 @@ puts("
Home | \n"); else { printf("Home | \n", uiState); if (isGsid) printf("Subject View | \n",uiState); else printf("Genomes | \n",uiState); if (endsWith(scriptName, "hgTracks") || endsWith(scriptName, "hgGene") || endsWith(scriptName, "hgTables") || endsWith(scriptName, "hgTrackUi") || endsWith(scriptName, "hgSession") || endsWith(scriptName, "hgCustom") || + endsWith(scriptName, "hgHubConnect") || endsWith(scriptName, "hgc") || endsWith(scriptName, "hgPal")) printf("Genome Browser | \n",uiState,TRACK_SEARCH); if (haveBlat && !endsWith(scriptName, "hgBlat")) printf("Blat | \n",theCart ? "&" : "", uiState+1 ); } if (!isGsid && !hIsCgbServer()) // disable TB for both GSID and CGB servers { char *table = (theCart == NULL ? NULL : (endsWith(scriptName, "hgGene") ? cartOptionalString(theCart, "hgg_type") : cartOptionalString(theCart, "g"))); if (table && theCart && (endsWith(scriptName, "hgc") || endsWith(scriptName, "hgTrackUi") || @@ -447,30 +448,31 @@ if (isGsid) { printf(" \n", uiState); puts(" Subject View "); } if (!isGsid) { printf(" \n", uiState); puts(" Genomes "); } if (endsWith(scriptName, "hgTracks") || endsWith(scriptName, "hgGene") || endsWith(scriptName, "hgTables") || endsWith(scriptName, "hgTrackUi") || endsWith(scriptName, "hgSession") || endsWith(scriptName, "hgCustom") || + endsWith(scriptName, "hgHubConnect") || endsWith(scriptName, "hgc") || endsWith(scriptName, "hgPal")) { printf(" \n", uiState,TRACK_SEARCH); puts(" Genome Browser "); } if (haveBlat && !endsWith(scriptName, "hgBlat")) { printf(" ", theCart ? "&" : "", uiState+1 ); puts(" Blat "); } } { char *table = (theCart == NULL ? NULL :