Changeset 16411


Ignore:
Timestamp:
2007/10/14 22:32:56 (17 years ago)
Author:
adachi
Message:

ファイル名変更

Location:
branches/feature-module-update/data/class/pages/admin/ownersstore
Files:
3 moved

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore.php

    r16404 r16411  
    1616 * @version $Id$ 
    1717 */ 
    18 class LC_Page_Admin_App extends LC_Page { 
     18class LC_Page_Admin_OwnersStore extends LC_Page { 
    1919 
    2020    var $tpl_subno = 'index'; 
     
    3030        parent::init(); 
    3131 
    32         $this->tpl_mainpage = 'app/index.tpl'; 
    33         $this->tpl_subnavi  = 'app/subnavi.tpl'; 
    34         $this->tpl_mainno   = 'app'; 
     32        $this->tpl_mainpage = 'ownersstore/index.tpl'; 
     33        $this->tpl_subnavi  = 'ownersstore/subnavi.tpl'; 
     34        $this->tpl_mainno   = 'ownersstore'; 
    3535        $this->tpl_subno    = 'index'; 
    3636        $this->tpl_subtitle = '購入商品一覧'; 
  • branches/feature-module-update/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore_Log.php

    r15632 r16411  
    1616 * @version $Id$ 
    1717 */ 
    18 class LC_Page_Admin_App_Log extends LC_Page { 
     18class LC_Page_Admin_OwnersStore_Log extends LC_Page { 
    1919 
    2020    // }}} 
  • branches/feature-module-update/data/class/pages/admin/ownersstore/LC_Page_Admin_OwnersStore_Settings.php

    r16404 r16411  
    1616 * @version $Id$ 
    1717 */ 
    18 class LC_Page_Admin_App_Settings extends LC_Page { 
     18class LC_Page_Admin_OwnersStore_Settings extends LC_Page { 
    1919 
    2020    /** SC_FormParamのインスタンス */ 
     
    3838        parent::init(); 
    3939 
    40         $this->tpl_mainpage = 'app/settings.tpl'; 
    41         $this->tpl_subnavi  = 'app/subnavi.tpl'; 
    42         $this->tpl_mainno   = 'app'; 
     40        $this->tpl_mainpage = 'ownersstore/settings.tpl'; 
     41        $this->tpl_subnavi  = 'ownersstore/subnavi.tpl'; 
     42        $this->tpl_mainno   = 'ownersstore'; 
    4343        $this->tpl_subno    = 'settings'; 
    4444        $this->tpl_subtitle = '認証キー設定'; 
Note: See TracChangeset for help on using the changeset viewer.