Everything LOOKS fine, but it returns this error (only when I try to swwitch style sheets, it is fine just normal):
Warning: file("data/news/stylesheet=clayh") - No such file or directory in /var/www/hosting/bleedingmonkey/html/clay/news.php3 on line 73
Warning: Variable passed to end() is not an array or object in /var/www/hosting/bleedingmonkey/html/clay/news.php3 on line 74
Warning: Variable passed to key() is not an array or object in /var/www/hosting/bleedingmonkey/html/clay/news.php3 on line 75
Warning: Variable passed to reset() is not an array or object in /var/www/hosting/bleedingmonkey/html/clay/news.php3 on line 76
here is are like 73, 74, 75, and 76 of news.php:
end($array);
$index = key($array);
reset($array);
while(0 < $index)
also, my wholefront page is messed up.
The url for the page is www.bleedingmonkey.com/clay/
Thanks,
Clay