<?php /**********************/ /* Your credits go here */ /**********************/ if(!eregi("block-blockname.php", $_SERVER['PHP_SELF'])){ header("Location: index.php"); } $content = ""; |
if(!eregi("block-blockname.php", $_SERVER['PHP_SELF'])){ header("Location: index.php"); } |
$content .= "Your Content goes here"; |