33b21a1f81a7f5cc388f780fabdf48d315014ea9 tdreszer Fri Jul 30 13:02:38 2010 -0700 Checked in Kate's navigation links, slightly modified. Feature is ifdef'd out currently diff --git src/hg/inc/hui.h src/hg/inc/hui.h index 60ae4a6..2cceb02 100644 --- src/hg/inc/hui.h +++ src/hg/inc/hui.h @@ -1118,6 +1118,13 @@ boolean makeSchemaLink(char *db,struct trackDb *tdb,char *label); // Make a table schema link (if appropriate and then returns TRUE) +//#define BIG_UI_NAV_LINKS +#ifdef BIG_UI_NAV_LINKS +void makeTopLink(struct trackDb *tdb); +/* Link to top of UI page */ +#endif//def BIG_UI_NAV_LINKS + + void extraUiLinks(char *db,struct trackDb *tdb); /* Show downloads, schema and metadata links where appropriate */