wollte in meinem Raid-Style eine Bildrotation einbauen und hab wohl dazu ein passendes Skript gefunden.
Nun habe ich im overall_header.php
Code: Alles auswählen
<div id="raid_image"><img src="templates/Raid/images/raid_image.jpg" alt="" /></div>
Code: Alles auswählen
* Add this line to your page where you want the images to
* appear: <?php include "randomimage.php"; ?>
Muss das nun so eingefügt werden ?
Code: Alles auswählen
<div id="raid_image"><?php include "randomimage.php"; ?></div>
