61769930f20061774aa09945aaaaf548ca349cd2
galt
  Sat May 18 00:47:44 2019 -0700
Changing CIRM SSI to use new setRoot approach

diff --git src/hg/cirm/gateway/htdocs/index.html src/hg/cirm/gateway/htdocs/index.html
index 9053e4a..0504339 100755
--- src/hg/cirm/gateway/htdocs/index.html
+++ src/hg/cirm/gateway/htdocs/index.html
@@ -1,20 +1,21 @@
 <!DOCTYPE html>
 <!--#set var="TITLE" value="CIRM Stem Cell Hub at UCSC Homepage" -->
-<!--#set var="ROOT" value="" -->
 
-<!--#include virtual="$ROOT/inc/header.html" -->
+<!--#include virtual="setRoot.html" -->
+
+<!--#include virtual="${ROOT}inc/header.html" -->
 
 <div class="cirm-page-body">
   <div class="cirm-page-title back-gray">
     <h5 class="cirm-page-title-text">Welcome to the CESCG Stem Cell Hub!</h5>
   </div>
   <div class="row">
     <div class="card-deck padded-deck">
       <!--<div class="card col-md-9">-->
       <div class="card col-md-12">
         <div class="row no-gutters">
           <div class="card-body col-md-3">
             <img src="images/cirmInsulinCells.jpg" class="img-fluid" alt="">
           </div>
           <div class="col" style="//padding: 0px 15px">
             <div class="card-body">
@@ -57,16 +58,16 @@
               We hope that the Stem Cell Hub will be useful to a wide range of
               scientists from clinicians to cell biologists to bioinformaticians
               doing custom analysis and combining data from multiple projects.
               Please see the help link for additional information on how to use the
               site.
               </div>
               </div>
             </div>
           </div>
         </div>
       </div>
     </div>
   </div>
 </div>
 
-<!--#include virtual="$ROOT/inc/footer.html" -->
+<!--#include virtual="${ROOT}inc/footer.html" -->