
PK 
<?php include "session_check.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>
<title>Certification Form - PCFIndia</title>
<?php include "templatic/works/head.php"; ?>
<body>
<div id="bgTop">
<div id="core">
<div id="bgBottom">
<?php include "templatic/works/header.php"; ?>
<div id="content">
<?php include "pages/page.php"; ?>
</div><!-- END OF #content -->
<?php include "templatic/works/footer.php"; ?>
</div><!-- END OF #bgBottom -->
</div><!-- END OF #core -->
</div><!-- END OF #bgTop -->
</body>
</html>


PK 99