?
Path : /home/admin/public_html/old/promice/components/com_ckforms/views/ckforms/tmpl/ |
Current File : /home/admin/public_html/old/promice/components/com_ckforms/views/ckforms/tmpl/message.php |
<?php // no direct access defined('_JEXEC') or die('Restricted access'); ?> <table class="contentpaneopen"> <tr> <td class="contentheading" width="100%"> <?php echo $this->ckforms->title; ?> </td> </tr> </table> <?php if (strcmp ( $this->ckforms->textresult , "" ) != 0) { ?> <table class="contentpaneopen"> <tr> <td valign="top"> <?php echo $this->ckforms->textresult; ?> </td> </tr> </table> <?php } ?>