do this... if you still are not seeing what you want..
change all the includes that you have the lenghty path name like /home/chachacha/pikachu/forums.. hehe sorry had too..
and make it look like this
require($DOCUMENT_ROOT . "/forums/style.html");
change the style.html to whatever the next one is, and go down the list...
require($DOCUMENT_ROOT . "/forums/menu.html");
require($DOCUMENT_ROOT . "/forums/meters.html");
|