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

    r20863 r20911  
    4747        parent::init(); 
    4848        $this->tpl_mainpage = 'design/template.tpl'; 
    49         $this->tpl_subnavi  = 'design/subnavi.tpl'; 
    5049        $this->tpl_subno    = 'template'; 
    5150        $this->tpl_mainno   = 'design'; 
     51        $this->tpl_maintitle = 'デザイン管理'; 
    5252        $this->tpl_subtitle = 'テンプレート設定'; 
    5353        $this->arrErr  = array(); 
     
    130130            GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 
    131131        } 
    132         $this->tpl_subtitle .= ' - ' . $this->arrDeviceType[$this->device_type_id]; 
     132        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
    133133    } 
    134134 
Note: See TracChangeset for help on using the changeset viewer.