"; include("_cv02.php"); print " "; include("_cv03.php"); print " "; include("_cv04.php"); print ""; include('inc/footer.php'); } elseif ($pg=="prview") { print " \n";
include("_cv01.php");
print " ";
}
// ## ELSE
else {
$fl = "_cv0" . $pg{0} . ".php";
if(file_exists($fl)) {
//
}
else {
$pg = 1;
}
// ################# BEFORE CONTENT
function navip($pg) {
$navi = array('Overview', 'Publications', 'Invited Lectures', 'Personnel', 'References');
print ' ';
} // end function
// POST NAVI
include('inc/header.php');
navip($pg);
// ################# CONTENT
if(file_exists($fl)) {
include($fl);
}
else {
include("_cv01.php");
}
// ##################### POST-CONTENT
echo '';
include('inc/footer.php');
}
?>
"; include("_cv02print.php"); print " "; include("_cv03.php"); print " "; include("_cv04print.php"); print " |