I have a problem. Every page gets the same header image. I use following code:
<?php
$options = array('id' => 'Image', 'width' => '500', 'class' => 'cssclass(optional)');
echo ipSlot('image', $options);
?>
I would like to choose a![enter image description here][1]
random image on each page without using blocks.
Thanks!