Ignore:
Timestamp:
2012/04/25 12:31:20 (12 years ago)
Author:
adachi
Message:

#1772 ファイル名、ヘッダ等の修正

File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore.php

    r21781 r21782  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Admin_System_Plugin extends LC_Page_Admin_Ex { 
     34class LC_Page_Admin_OwnersStore extends LC_Page_Admin_Ex { 
    3535 
    3636    // }}} 
     
    4444    function init() { 
    4545        parent::init(); 
    46         $this->tpl_mainpage = 'system/plugin.tpl'; 
    47         $this->tpl_subno    = 'plugin'; 
    48         $this->tpl_mainno   = 'system'; 
    49         $this->tpl_maintitle = 'システム設定'; 
     46        $this->tpl_mainpage = 'ownersstore/plugin.tpl'; 
     47        $this->tpl_subno    = 'index'; 
     48        $this->tpl_mainno   = 'ownersstore'; 
     49        $this->tpl_maintitle = 'オーナーズストア'; 
    5050        $this->tpl_subtitle = 'プラグイン管理'; 
    5151    } 
Note: See TracChangeset for help on using the changeset viewer.