diff options
Diffstat (limited to 'templates/footer_inc.tpl')
| -rw-r--r-- | templates/footer_inc.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl new file mode 100644 index 0000000..d04da7d --- /dev/null +++ b/templates/footer_inc.tpl @@ -0,0 +1,12 @@ +{* **** GOOGLE TAG MANAGER **** *} +{if $gBitSystem->getConfig('google_tagmanager_id')} +<!-- Google Tag Manager (noscript) --> +<noscript><iframe src="https://www.googletagmanager.com/ns.html?id={$gBitSystem->getConfig('google_tagmanager_id')}" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> +<!-- End Google Tag Manager (noscript) --> +{/if} + +{* **** MICROSOFT ANALYTICS **** *} +{if $gBitSystem->getConfig('analytics_microsoft_ti')} +<noscript><img src="//bat.bing.com/action/0?ti={$gBitSystem->getConfig('analytics_microsoft_ti')}&Ver=2" height="0" width="0" style="display:none; visibility: hidden;" alt="."></noscript> +{/if} + |
