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