Changeset 18948


Ignore:
Timestamp:
2010/11/06 16:56:34 (13 years ago)
Author:
miningbrownie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-E/data/class/pages/admin/system/LC_Page_Admin_System_Plugin.php

    r18933 r18948  
    4444    function init() { 
    4545        parent::init(); 
    46         $this->tpl_mainpage = 'system/system.tpl'; 
     46        $this->tpl_mainpage = 'system/plugin.tpl'; 
    4747        $this->tpl_subnavi  = 'system/subnavi.tpl'; 
    4848        $this->tpl_subno    = 'system'; 
    4949        $this->tpl_mainno   = 'system'; 
    50         $this->tpl_subtitle = 'システム情報'; 
     50        $this->tpl_subtitle = 'プラグイン管理'; 
    5151    } 
    5252 
Note: See TracChangeset for help on using the changeset viewer.