$filetitle"; if ($file_row > 1) { $has_prev = 1; $prev_file = "book.phtml?_file_dir=".$_file_dir."&_page_file=".$files[$file_row - 1][0]; $prev_title = $files[$file_row - 1][1]; // print "has_prev $prev_file
"; } if ($file_row < $maxrow) { $has_next = 1; $next_file = "book.phtml?_file_dir=".$_file_dir."&_page_file=".$files[$file_row + 1][0]; $next_title = $files[$file_row + 1][1]; // print "has_next $next_title
"; } } else { print "File Not Found in files.txt"; } include SITE_PATH."/meta/contentheader.inc"; include SITE_PATH."/meta/content.inc"; $src_file = SITE_PATH."/$file_dir".$datadir.$page_file.".html"; //echo "src $src_file

"; include SITE_PATH."/meta/contentfooter.inc"; die(); include "common/tablefooter1.shtml"; print "
"; include "meta/links.shtml"; print "
"; include "meta/pfooter.shtml"; ?>