Index: /branches/dev/data/lib/slib.php
===================================================================
--- /branches/dev/data/lib/slib.php	(revision 13994)
+++ /branches/dev/data/lib/slib.php	(revision 14003)
@@ -1725,9 +1725,10 @@
 	$objMailView->assignobj($objPage);
     
-    
     if($arrRet[0]['send_type']==1){
 	   $body = $objMailView->fetch($arrMAILTPLPATH[1]);
+       $body = ereg_replace( "[[body]]", $body ,  $objPage->tpl_header );
     }else{
        $body = $objMailView->fetch($arrMAILTPLPATH[0]); 
+       $body = ereg_replace( "[[body]]", $body ,  $objPage->tpl_header );
     }
     
