From a6722233aa28a3c09232d9e18d57add5cd8f9ba1 Mon Sep 17 00:00:00 2001 From: rjy7 Date: Fri, 14 May 2010 21:33:43 +0000 Subject: [PATCH] NIHVIVO-154 Added sample google analytics tracking code, and an include to the template. --- themes/vivo-basic/ftl/components/footer.ftl | 3 ++- .../ftl/components/googleAnalytics.ftl | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 themes/vivo-basic/ftl/components/googleAnalytics.ftl diff --git a/themes/vivo-basic/ftl/components/footer.ftl b/themes/vivo-basic/ftl/components/footer.ftl index 5563060b..46651438 100644 --- a/themes/vivo-basic/ftl/components/footer.ftl +++ b/themes/vivo-basic/ftl/components/footer.ftl @@ -25,4 +25,5 @@ -<#-- SCRIPT TAGS SHOULD GO HERE --> \ No newline at end of file +<#-- SCRIPT TAGS SHOULD GO HERE --> +<#include "googleAnalytics.ftl"> \ No newline at end of file diff --git a/themes/vivo-basic/ftl/components/googleAnalytics.ftl b/themes/vivo-basic/ftl/components/googleAnalytics.ftl new file mode 100644 index 00000000..a5f2272a --- /dev/null +++ b/themes/vivo-basic/ftl/components/googleAnalytics.ftl @@ -0,0 +1,21 @@ +<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> + +<#-- NOTICE: This is SAMPLE Google Analytics code. You must replace it with your institution's code. --> + +<#-- + + +--> \ No newline at end of file