WSS AAA Custom Elements for Vendor Header and Footer
Header and Footer script
<!-- WSS version 2019.10.21 -->
<script type='text/javascript'>
(function () {
if (!window.headerFooterIsLoaded) {
var a = document.getElementsByTagName('script')[0];
var b = document.createElement('script');b.type = 'text/javascript';
b.src = 'https://aaa-vendor-header-footer.millisite.com/init/index.js';
a.parentNode.insertBefore(b, a);
window.headerFooterIsLoaded = true;
}
})();
</script>
Header html snippet
<!-- WSS version 2019.10.21 -->
<wss-aaa-southjersey-header></wss-aaa-southjersey-header>
Footer html snippet (this also loads the club's gtm script into the page)
<!-- WSS version 2019.10.21 -->
<wss-aaa-southjersey-footer></wss-aaa-southjersey-footer>