dbccb3494beb352ff8031fadd376306f59a15dc6 galt Mon Aug 19 18:13:21 2019 -0700 Add googleAnalytics calls to static page footers. fixes #23969 diff --git src/hg/htdocs/inc/gbsFooter.html src/hg/htdocs/inc/gbsFooter.html index ac010ee..a21ea43 100755 --- src/hg/htdocs/inc/gbsFooter.html +++ src/hg/htdocs/inc/gbsFooter.html @@ -1,61 +1,61 @@ <!--#if expr="!($ROOT)" --> <!--#set var="ROOT" value=".." --> <!--#endif --> <div class="gbClearBoth"></div> <div id="footer" class="gbRow gbFooterContainer"> <div class="gbFooterColumn"> <a href="http://www.ucsc.edu">UCSC Home</a> <br> <a href="http://www.soe.ucsc.edu">BSOE Home</a> <br> <a href="https://ucscgenomics.soe.ucsc.edu/">Genomics Institute Home</a> </div> <div class="gbFooterColumn"> <a href="<!--#echo var="ROOT" -->/license/">Licenses</a> <br> <a href="<!--#echo var="ROOT" -->/training/">Training</a> <br> <a href="<!--#echo var="ROOT" -->/cite.html">Cite Us</a> </div> <div class="gbFooterColumn"> <a href="https://genome-store.ucsc.edu/">Store</a> <br> <a href="<!--#echo var="ROOT" -->/contacts.html">Contact</a> <br> <a href="<!--#echo var="ROOT" -->/cgi-bin/hgUserSuggestion">Suggestions</a> <br> <a href="https://ucscgenomics.soe.ucsc.edu/careers/">Jobs</a> </div> <div class="gbFooterColumn"> <div class="gbFooterIcons"> <a href="http://www.facebook.com/ucscGenomeBrowser"> <i class="fa fa-facebook-square fa-2x"></i></a> <a href="https://www.twitter.com/GenomeBrowser"> <i class="fa fa-twitter-square fa-2x"></i></a> <a href="http://genome.ucsc.edu/blog/"> <i class="fa fa-wordpress fa-2x"></i></a> <br> <a href="https://secure.ucsc.edu/s/1069/bp18/interior.aspx?sid=1069&gid=1001&pgid=780&cid=1749&dids=645"> <div class="gbAllCapsButton gbDonateButton" id="donateButton"> Donate </div> </a> </div> </div> <div class="gbFooterCopyright"> © 2000-2018 The Regents of the University of California. All Rights Reserved. <br> <a href="<!--#echo var="ROOT" -->/conditions.html">Conditions of Use</a> </div> </div> -<!--#include virtual="$ROOT/inc/googleAnalytics.html" --> +<!--#include file="googleAnalytics.html"--> <!-- footer -->