32bd063f86dbc1b1c26ee3449d2644885c83ad20 max Tue Dec 3 04:21:32 2024 -0800 adding the CGI version to the configure page, refs #34852 diff --git src/hg/hgTracks/config.c src/hg/hgTracks/config.c index c214368..8246dc4 100644 --- src/hg/hgTracks/config.c +++ src/hg/hgTracks/config.c @@ -8,30 +8,31 @@ #include "cheapcgi.h" #include "htmshell.h" #include "hdb.h" #include "hCommon.h" #include "cart.h" #include "web.h" #include "customTrack.h" #include "hgTracks.h" #include "hgConfig.h" #include "jsHelper.h" #include "imageV2.h" #include "search.h" #include "hubConnect.h" #include "fileUi.h" #include "trackHub.h" +#include "versionInfo.h" static void themeDropDown(struct cart* cart) /* Create drop down for UI themes. * specfied in hg.conf like this * browser.theme.modern=background.png,HGStyle * */ { struct slName* themes = cfgNamesWithPrefix("browser.theme."); if (themes==NULL) return; slNameSort(&themes); hPrintf("