message_encapsulated_body.inc
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <tr <?php echo $template_obj->GetValue( 'default_bgcolor' ); ?>>
  2.    <td colspan="2">
  3.    <?php echo $template_obj->GetValue( 'default_font' ); ?>
  4.    <b>Forwarded Message :</b><br><br>
  5. <?php
  6. if ( $current_encapsulated_body != '' ) {
  7. $current_encapsulated_body = strip_tags( $current_encapsulated_body );
  8. $current_encapsulated_body = nl2br( $current_encapsulated_body );
  9. echo $template_obj->GetValue( 'default_font' );
  10. echo ( $current_encapsulated_body );
  11. }
  12. ?>
  13.    </td>
  14. </tr>