In the directory file you have
if(!empty($PATH_INFO)){
$url_array = explode("/",$PATH_INFO);
if ($url_array[1] == "new.html"

{$show="new";}
if ($url_array[1] == "popular.html"

{$show="pop";}
if ($url_array[1] == "cool.html"

{$show="cool";}
if ($url_array[1] == "add.html"

{$show="add";}
if ($url_array[1] == "about.html"

{$show="about";}
if ($url_array[1] == "review.html"

{$show="review";}
if ($url_array[1] == "update.html"

{$show="update";}
if ($url_array[1] == "owner.html"

{$show="owner";}
if ($url_array[1] == "lost.html"

{$show="lost";}
if ($url_array[1] == "review_add.html"

{$show="review_add";}
if (is_numeric (ereg_replace (".html", '', $url_array[1]))){
$PID = (ereg_replace (".html", '', $url_array[1]));
}
} else {$PID ="";}
Is there any way of adding adition menu options or changing them... for example the about.html points to the about section of the website, is there any way of changing this so it points a a new .html created by us? and can you add new files to it?
thanks...
If the answer isn't that easy, how can you major edit the about file, like add tables and columns etc, as it only seems to like text...
thanks again
