can someone help with this as I mentioned above I have added the news hack. I placed the following script in the online.php file and it shows up on the page when someone is browsing but it does not give you a link to that page like the rest of them do. Here is what I put in.
} elseif (strstr($location,"news.php")) {
$locationtitle="Viewing the latest News";
$location="";
Thanks
|