1785412382570a3a1f21a25f345941a0ad04cc09
kate
  Thu Jan 12 10:18:25 2017 -0800
Implement Apache Alias and SetEnv approach to supporting non-standard GB installs. refs #18621

diff --git src/hg/htdocs/gbPageEnd.html src/hg/htdocs/gbPageEnd.html
index ea507e3..c9c85a3 100644
--- src/hg/htdocs/gbPageEnd.html
+++ src/hg/htdocs/gbPageEnd.html
@@ -1,11 +1,14 @@
 <!-- gbPageEnd.html - Include file for GB static pages -->
 
         <!-- End container and page -->
             </div>
         </div>
 
         <!-- Add footer -->
-        <!-- Footer -->
-        <!--#include virtual="inc/gbFooter.html"-->
+        <!--#if expr="$GB_DOCUMENT_ROOT" -->
+            <!--#include virtual="/gbDocs/inc/gbFooter.html"-->
+        <!--#else -->
+            <!--#include virtual="/inc/gbFooter.html"-->
+        <!--#endif -->
     </body>
 </html>