message_encapsulated_body.inc
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:0k
源码类别:
WEB邮件程序
开发平台:
PHP
- <tr <?php echo $template_obj->GetValue( 'default_bgcolor' ); ?>>
- <td colspan="2">
- <?php echo $template_obj->GetValue( 'default_font' ); ?>
- <b>Forwarded Message :</b><br><br>
- <?php
- if ( $current_encapsulated_body != '' ) {
- $current_encapsulated_body = strip_tags( $current_encapsulated_body );
- $current_encapsulated_body = nl2br( $current_encapsulated_body );
- echo $template_obj->GetValue( 'default_font' );
- echo ( $current_encapsulated_body );
- }
- ?>
- </td>
- </tr>