From 10b696edc5aedba5203f52d5e66d7bd068bb06fc Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 25 Nov 2023 14:29:14 -0500 Subject: move noscript tags to footer --- templates/footer_inc.tpl | 12 ++++++++++++ templates/html_head_inc.tpl | 13 +++++-------- 2 files changed, 17 insertions(+), 8 deletions(-) create mode 100644 templates/footer_inc.tpl 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')} + + + +{/if} + +{* **** MICROSOFT ANALYTICS **** *} +{if $gBitSystem->getConfig('analytics_microsoft_ti')} + +{/if} + diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl index 862c0f0..787847c 100644 --- a/templates/html_head_inc.tpl +++ b/templates/html_head_inc.tpl @@ -8,9 +8,6 @@ - - - {/literal} {/if} @@ -39,11 +36,11 @@ {/if} - {* **** MICROSOFT ANALYTICS **** *} - {if $gBitSystem->getConfig('analytics_microsoft_ti')}{literal} +{/if} + +{* **** MICROSOFT ANALYTICS **** *} +{if $gBitSystem->getConfig('analytics_microsoft_ti')}{literal} - - {/literal}{/if} +{/literal}{/if} -{/if} {/strip} -- cgit v1.3