Ignore:
Timestamp:
2012/04/25 11:59:48 (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_Module.php

    r21420 r21778  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_Admin_OwnersStore extends LC_Page_Admin_Ex { 
     34class LC_Page_Admin_OwnersStore_Module extends LC_Page_Admin_Ex { 
    3535 
    3636    var $tpl_subno = 'index'; 
     
    4646        parent::init(); 
    4747 
    48         $this->tpl_mainpage = 'ownersstore/index.tpl'; 
     48        $this->tpl_mainpage = 'ownersstore/module.tpl'; 
    4949        $this->tpl_mainno   = 'ownersstore'; 
    50         $this->tpl_subno    = 'index'; 
     50        $this->tpl_subno    = 'module'; 
    5151        $this->tpl_maintitle = 'オーナーズストア'; 
    52         $this->tpl_subtitle = '購入商品一覧'; 
     52        $this->tpl_subtitle = 'モジュール管理'; 
    5353    } 
    5454 
Note: See TracChangeset for help on using the changeset viewer.