d99f52c07a5b5b0de8a67cb70e376166c1ee850d
kate
  Thu Jan 5 11:52:45 2017 -0800
Experiment with using Apache environment variable and path alias to supplant relative paths in include sections. refs #18621

diff --git src/hg/htdocs/gbPageStart.html src/hg/htdocs/gbPageStart.html
index 644cc0f..cc360ea 100644
--- src/hg/htdocs/gbPageStart.html
+++ src/hg/htdocs/gbPageStart.html
@@ -1,29 +1,29 @@
 <!-- gbPageStart.html - Include file for GB static pages -->
 
 <html>
     <head>
         <meta charset="UTF-8">
         <title>
 <!--#echo var="TITLE" -->
         </title>
         <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Oswald:700|Lato:700,700italic,300,400,400italic">
         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
         <link rel="stylesheet" href="../style/bootstrap.min.css">
         <link rel="stylesheet" href="../staticStyle/gbStatic.css">
         <link rel="stylesheet" href="../style/gb.css">
     </head>
 
     <body>
         <!-- Blue menu bar / hotlinks -->
         <div>
-            <!--#include virtual="cgi-bin/hgMenubar"-->
+            <!--#include virtual="/cgi-bin/hgMenubar"-->
             <!-- Override nice-menu.css styling -->
             <link rel="stylesheet" href="../style/gbAfterMenu.css">
             <!-- Override default home link icon -->
             <link rel="stylesheet" href="../style/gbLogoInMenu.css">
         </div>
 
         <!-- Grid layout from bootstrap.css -->
         <div class="container-fluid">
             <div class="gbsPage">