Your IP : 216.73.216.40


Current Path : /var/www/html/kpsingh/kpsingh/
Upload File :
Current File : /var/www/html/kpsingh/kpsingh/template.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
    <title><?php echo $title?></title>
    <link rel="stylesheet" type="text/css" href="css/base.css">
</head> 
<body>
<div class = "temp">
		<h1><?php echo $heading; ?></h1>
		<?php echo $content; ?>
</div>
	<div class = "wrapper">
		<div class = "container">Dr. Krishna Pratap Singh</div>
		
	</div>
	<div class ="logo"></div>
	<div class = "sidebar">
		<ul> 
			<li><a href = "/home.php" id = "color"><h3>Home<h3></a></li>
			<li><a href = "/adminres.php" id = "color"><h3>Administration<h3></a></li>
			<li><a href = "/research.php" id = "color"><h3>Research</h3></a></li>
			<li><a href = "/publications.php" id = "color"><h3>Publications</h3></a></li>
			<li><a href = "/teaching.php" id = "color"><h3>Teaching<h3></a></li>
			<li><a href = "/students.php" id = "color"><h3>Students</h3></a></li>
		</ul>
	</div>
</body>