Ignore:
Timestamp:
2007/09/07 17:04:45 (17 years ago)
Author:
nanasess
Message:
  • メンバ変数修正
  • untabfy
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/admin/mail/LC_Page_Admin_Mail_Template.php

    r15646 r15648  
    2929        parent::init(); 
    3030        $this->tpl_mainpage = 'mail/template.tpl'; 
    31         $this->tpl_mainno = 'mail'; 
    32         $this->tpl_subnavi = 'mail/subnavi.tpl'; 
    33         $this->tpl_subno = "template"; 
    34         $this->tpl_subtitle = 'テンプレート設定'; 
     31        $this->tpl_mainno = 'mail'; 
     32        $this->tpl_subnavi = 'mail/subnavi.tpl'; 
     33        $this->tpl_subno = "template"; 
     34        $this->tpl_subtitle = 'テンプレート設定'; 
    3535 
    3636        $masterData = new SC_DB_MasterData_Ex(); 
    37         $this->arrMagazineTypeAll = $masterData->getMasterData("mtb_magazine_type"); 
     37        $this->arrMagazineType = $masterData->getMasterData("mtb_magazine_type"); 
    3838    } 
    3939 
Note: See TracChangeset for help on using the changeset viewer.