Changeset 14139


Ignore:
Timestamp:
2007/06/01 17:39:53 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/order/mail.php

    r14138 r14139  
    1010    var $list_data; 
    1111    var $mailTemp; 
     12    var $arrMAILTEMPLATE; 
    1213    function LC_Page() { 
    1314        $this->tpl_mainpage = 'order/mail.tpl'; 
     
    1617        $this->tpl_subno = 'index'; 
    1718        $this->tpl_subtitle = '¼õÃí´ÉÍý'; 
    18         global $arrMAILTEMPLATE; 
    19         $this->arrMAILTEMPLATE = $arrMAILTEMPLATE; 
     19         
     20         
    2021    } 
    2122} 
Note: See TracChangeset for help on using the changeset viewer.