7 lines
453 B
PHP
7 lines
453 B
PHP
<?php if(GDPR['on']) { ?>
|
|
<!-- Google Tag Manager (noscript) -->
|
|
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=<?=GTAG_MANAGER?>" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|
<!-- Facebook Pixel Tracker (noscript) -->
|
|
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=<?=FB_TRACKER_ID?>&ev=PageView&noscript=1"
|
|
/></noscript>
|
|
<?php } ?>
|