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/design/LC_Page_Admin_Design.php

    r20841 r20911  
    4545        parent::init(); 
    4646        $this->tpl_mainpage = 'design/index.tpl'; 
    47         $this->tpl_subnavi = 'design/subnavi.tpl'; 
    4847        $this->tpl_subno = 'layout'; 
    4948        $this->tpl_mainno = 'design'; 
     49        $this->tpl_maintitle = 'デザイン管理'; 
    5050        $this->tpl_subtitle = 'レイアウト設定'; 
    5151        $masterData = new SC_DB_MasterData_Ex(); 
     
    132132        $this->arrEditPage = $objLayout->getPageProperties($this->device_type_id, null); 
    133133        //サブタイトルを取得 
    134         $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id]; 
     134        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    135135    } 
    136136 
Note: See TracChangeset for help on using the changeset viewer.