Recover local Google Analytics code
authorBill Erickson <berickxx@gmail.com>
Mon, 5 Mar 2018 20:13:01 +0000 (15:13 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Even though GA is imported via the BC headers, they do not work the way
we need them to for tracking the self-reg pages.  Recovering the old GA
headers.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/openils/var/templates_kcls/opac/register.tt2

index 51c2098..1d093b6 100644 (file)
@@ -80,7 +80,7 @@ END; # input_field()
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     <title>[% l('[_1]', ctx.page_title) %]</title>
     <!-- google analytics are now included in the BC imports -->
-    [%# INCLUDE 'opac/parts/goog_analytics.tt2' %]
+    [% INCLUDE 'opac/parts/goog_analytics.tt2' %]
     <!--
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
     -->