From 4645e447aa61b54b2aedc5bf992d760229b31628 Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 9 Jun 2018 10:59:43 -0400 Subject: add tracking js --- templates/html_head_inc.tpl | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 templates/html_head_inc.tpl diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl new file mode 100644 index 0000000..0fcbc8e --- /dev/null +++ b/templates/html_head_inc.tpl @@ -0,0 +1,42 @@ +{strip} +{* Google analytics setup *} +{if $gBitSystem->isLive() && !$gBitUser->hasPermission( 'p_users_admin' )} + {* **** GOOGLE ANALYTICS **** *} + {if $gBitSystem->getConfig('google_analytics_ua')} +{literal} + +{/literal} + + {* **** BOOSTSUITE **** *} + {*if $gBitSystem->getConfig('boostsuite_site_id')} + + {/if*} + + {/if} +{/if} +{/strip} -- cgit v1.3