boylibre Posted June 9, 2011 Share Posted June 9, 2011 I have this code from TheFind but somehow it doesn't work. I believe I have to modify it so that it can be put inside the .tpl file ( I plan to use paymentlogo.tpl). Can anybody help? [removed] (function() { var upfront = document.createElement('SCRIPT'); upfront.type = "text/javascript"; upfront.async = true; upfront.src = document.location.protocol + "//upfront.thefind.com/scripts/main/utils-init-ajaxlib/upfront-badgeinit.js"; upfront.text = "thefind.upfront.init('tf_upfront_badge', '84e5005cdae03cfe2c50044c071fc01e')"; document.getElementsByTagName('HEAD')[0].appendChild(upfront); })(); [removed] Link to comment Share on other sites More sharing options...
Recommended Posts