Log in

View Full Version : Random Header


Mile-O-Phile
11-20-2007, 09:39 AM
I have created a template with the following code:
<?php include('random.php'); ?>
The idea is that I want to replace the static graphic atop my forum with this .php page that will return a random image. How do I go about editing templates, replacement variables (?) and the like so that it happens?

Marco van Herwaarden
11-20-2007, 09:43 AM
You can not use PHP in templates.

See also: Including External Files (http://www.vbulletin.com/docs/html/main/templates_externalfiles)