I'm trying to add some advertisement tracking (specifically Insight XE tags) to the footer of my main page template. It consists of two PHP includes an a variable in the middle that does the tracking for each page. When I add it to the ubbt_footer.tmpl file, I put it just under this code:

Code
include("{$config['path']}/includes/$file");


Everything on the page from that point on diappears. The code stops at a <br /> and nothing else.


My second question with this is how I can add unique tags to each forum to do specific tracking? This is essential for ad tracking.