I created a center block with a banner ad image in it. I want people to be able to click the image to take them to the clients site. Here's the code I am using:
Quote:
<?php
if (eregi("block-morace.php",$_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum