Current File : /home/inlingua/public_html/faridabad/icentex/admin_cert/ingl_terms_conditions.view.php
<?php
// Created on: 04-05-2013

// Include header
include "header.php";

echo $succFailMesg; 
?>

<table border='0' class='pa-nor pa-table'>
<tr valign='top'><td colspan='2'>terms_conditions:<br><?php echo $dbObject->getDbField('terms_conditions');?>&nbsp;</td></tr>
</table>



<?php
// Include footer
include "footer.php";
?>