- <form method="post" action="<?php echo $default->base_url; ?>">
- <?php
- echo $template_obj->GetValue( 'content_table_start' );
- ?>
- <?php if ( $form_title != '' ) { ?>
- <?php echo $template_obj->GetValue( 'title_row_start' ); ?>
- <td colspan="2">
- <?php echo $template_obj->GetValue( 'title_font' ); ?>
- <font size=+1><b><?php echo $form_title; ?> :</b></font>
- </td>
- </tr>
- <?php } ?>