| Current Path : /var/www/cesa.co.za/mentanet/guidelines/ |
| Current File : /var/www/cesa.co.za/mentanet/guidelines/wrapper.php |
<?php
error_reporting(E_ALL);
ini_set("display_errors", 1);
session_start();
include("../../php/inc_db.php");
// if (!isset($_SESSION["StudentID"]) || empty($_SESSION["StudentID"])) header("Location: http://www.cesa.co.za/mentanet/login.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>MentaNet</title>
<link href="../style.css" rel="stylesheet" type="text/css" />
<!--[if IE 5]>
<style type="text/css">
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
</head>
<body class="twoColFixLtHdr">
<div id="container">
<div id="header"><img src="../images/banner.jpg" width="959" height="126" /></div>
<table border="1" cellspacing="0" cellpadding="5" align="center" width="400">
<tr>
<td nowrap="nowrap"><b><a href="../index.php" style="color:black; text-decoration:none"><< Return Home</a></b></td>
<td nowrap="nowrap" bgcolor="#006633"><b><a href="mentanet_intro.html" style="color:#FFFFFF; text-decoration:none"><< Return to Guidelines Menu</a></b></td>
</tr>
</table>
<div style="padding:5px">
<?php include($_GET["htmlfile"]); ?>
</div>
<?php include("../inc_footer.php"); ?>
</div>
</body>
</html>