Current File : /home/inlingua/www/icentex/admin_cert/ingl_test_category.view.php
<?php
// Created on: 29-03-2013

// Include header
include "header.php";

echo $succFailMesg; 
?>

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



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