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/system/LC_Page_Admin_System_Plugin.php

    r20870 r20911  
    4646        parent::init(); 
    4747        $this->tpl_mainpage = 'system/plugin.tpl'; 
    48         $this->tpl_subnavi  = 'system/subnavi.tpl'; 
    4948        $this->tpl_subno    = 'plugin'; 
    5049        $this->tpl_mainno   = 'system'; 
     50        $this->tpl_maintitle = 'システム設定'; 
    5151        $this->tpl_subtitle = 'プラグイン管理'; 
    5252    } 
Note: See TracChangeset for help on using the changeset viewer.