Quote:
Originally Posted by Digitalus
Why dont you make a plugin?
Hook Location global_start
ob_start();
include('/pathto/display_ar.php'');
$banner = ob_get_contents();
ob_end_clean();
and put $banner in your template
|
After reading this post, it has really helped me a lot. I spent hours trying to figure out how to put php into my templates and now I know. Thanks