Changeset 14003


Ignore:
Timestamp:
2007/05/31 22:44:33 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/lib/slib.php

    r13994 r14003  
    17251725    $objMailView->assignobj($objPage); 
    17261726     
    1727      
    17281727    if($arrRet[0]['send_type']==1){ 
    17291728       $body = $objMailView->fetch($arrMAILTPLPATH[1]); 
     1729       $body = ereg_replace( "[[body]]", $body ,  $objPage->tpl_header ); 
    17301730    }else{ 
    17311731       $body = $objMailView->fetch($arrMAILTPLPATH[0]);  
     1732       $body = ereg_replace( "[[body]]", $body ,  $objPage->tpl_header ); 
    17321733    } 
    17331734     
Note: See TracChangeset for help on using the changeset viewer.