Parse PHP in a Template
I have recently upgraded to VB3, my old boards had a banner rotator.php that was included in my header template.
My Problem:
When I do a PHP include like so <? include ("rotator.php");?> it displays the text on the screen. It doesn't actually parse the code and randomly rotate my banners.
Is there a command to force the template to parse the php code?
|