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/contents/LC_Page_Admin_Contents_CSV.php

    r20764 r20911  
    4646        parent::init(); 
    4747        $this->tpl_mainpage = 'contents/csv.tpl'; 
    48         $this->tpl_subnavi = 'contents/subnavi.tpl'; 
    4948        $this->tpl_subno = 'csv'; 
    5049        $this->tpl_mainno = 'contents'; 
     50        $this->tpl_maintitle = 'コンテンツ管理'; 
    5151        $this->tpl_subtitle = 'CSV出力設定'; 
    5252 
     
    103103        $this->arrSelected = $this->lfGetSelected($this->tpl_csv_id); 
    104104        $this->arrOptions = $this->lfGetOptions($this->tpl_csv_id); 
    105         $this->tpl_subtitle .= ' - ' . $this->arrSubnaviName[ $this->tpl_csv_id ]; 
     105        $this->tpl_subtitle .= '' . $this->arrSubnaviName[ $this->tpl_csv_id ]; 
    106106 
    107107        if ($this->tpl_is_update) { 
Note: See TracChangeset for help on using the changeset viewer.