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_Header.php

    r20860 r20911  
    4646        parent::init(); 
    4747        $this->tpl_mainpage = 'design/header.tpl'; 
    48         $this->tpl_subnavi  = 'design/subnavi.tpl'; 
    4948        $this->header_row = 13; 
    5049        $this->footer_row = 13; 
    5150        $this->tpl_subno = 'header'; 
    5251        $this->tpl_mainno = 'design'; 
     52        $this->tpl_maintitle = 'デザイン管理'; 
    5353        $this->tpl_subtitle = 'ヘッダー/フッター設定'; 
    5454        $masterData = new SC_DB_MasterData_Ex(); 
     
    112112 
    113113        //サブタイトルの追加 
    114         $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id]; 
     114        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    115115    } 
    116116 
Note: See TracChangeset for help on using the changeset viewer.