Changeset 18948
- Timestamp:
- 2010/11/06 16:56:34 (12 years ago)
- 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 44 44 function init() { 45 45 parent::init(); 46 $this->tpl_mainpage = 'system/ system.tpl';46 $this->tpl_mainpage = 'system/plugin.tpl'; 47 47 $this->tpl_subnavi = 'system/subnavi.tpl'; 48 48 $this->tpl_subno = 'system'; 49 49 $this->tpl_mainno = 'system'; 50 $this->tpl_subtitle = ' システム情報';50 $this->tpl_subtitle = 'プラグイン管理'; 51 51 } 52 52
Note: See TracChangeset
for help on using the changeset viewer.