I tried both methods. For the HTML…
The HTML to include:
http://www.volconvo.com/forums/neorunner_ad.html
Plugin at global_start:
PHP Code:
$neorunner_html = implode('', file('home/volconvo/public_html/forums/neorunner_ad.html'));
OR
PHP Code:
$neorunner_html = implode('', file('./neorunner_ad.html'));
OR
PHP Code:
$neorunner_html = implode('', file('http://www.volconvo.com/forums/neorunner_ad.html'));
Variable in footer template:
PHP Code:
$neorunner_html
Nothing works! What gives?