8f0ce5c14a33e5542c1767efb81c82e78c11fa4f
kate
  Tue Jan 24 11:36:06 2017 -0800
Fix footer include. refs #18504

diff --git src/hg/htdocs/template.html src/hg/htdocs/template.html
index 7626d76..bd9428d 100755
--- src/hg/htdocs/template.html
+++ src/hg/htdocs/template.html
@@ -160,21 +160,17 @@
 <p>
 Use the 'img' tag to include the picture file, which is typically in .jpg or .png format.
 Images should normally have their 'width' and 'height' attributes set in the 'img' lement.
 To right-align the image add the 'gbsAlignRight' class.
 The caption is a 'p' element, which is assigned the 'gbsCaption' class.
 </p>
 <div class="row">
   <div class="col-md-12">
       <img src= "images/gbstaff16.jpg" width=499 height=299 alt="Genome Browser staff">
     <p class="gbsCaption">
     Browser staff in native habitat.
     </p>
   </div>
 </div>
 
-<!--#if expr="$GB_DOCUMENT_ROOT" -->
-    <!--#include virtual="/gbDocs/inc/gbPageEnd.html" -->
-<!--#else -->
-    <!--#include virtual="/inc/gbPageStart.html" -->
-<!--#endif -->
+<!--#include virtual="$ROOT/inc/gbPageEnd.html" -->