Ignore:
Timestamp:
2011/05/05 04:29:41 (13 years ago)
Author:
Seasoft
Message:

#902 (タイトル表記をパンくずリスト形式とする)
#1290 (メニューとタイトルが一致していない)
#1291 (不要なクラス変数 $tpl_subnavi)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis.php

    r20848 r20911  
    4545        parent::init(); 
    4646        $this->tpl_mainpage = 'basis/index.tpl'; 
    47         $this->tpl_subnavi = 'basis/subnavi.tpl'; 
    4847        $this->tpl_subno = 'index'; 
    4948        $this->tpl_mainno = 'basis'; 
     
    5150        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
    5251        $this->arrTAXRULE = $masterData->getMasterData("mtb_taxrule"); 
     52        $this->tpl_maintitle = '基本情報管理'; 
    5353        $this->tpl_subtitle = 'SHOPマスタ'; 
    5454 
Note: See TracChangeset for help on using the changeset viewer.