include "main_navbar.php"; ?>
$rootpath='/www2/skybni/admin9a/';
$phpfile= $menu.".php";
$f=$rootpath.$phpfile;
if ( file_exists($f)){
include $phpfile;
}else{ echo "not found php file" ;}
?>
// include "main_content.php"; ?>
include "main_footer.php"; ?>