Ignore:
Timestamp:
2011/01/11 16:34:33 (13 years ago)
Author:
kotani
Message:

#880(mobile/sphoneディレクトリを削除)に対応。まずmobileのみ意図通りの動作になるように一部コミット(productsディレクトリ)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_CategoryList.php

    r19807 r19865  
    6161     * @return void 
    6262     */ 
    63     function action() {} 
    64  
    65     /** 
    66      * モバイルページを初期化する. 
    67      * 
    68      * @return void 
    69      */ 
    70     function mobileInit() { 
    71         $this->init(); 
    72         $this->tpl_mainpage = MOBILE_TEMPLATE_REALDIR . 'products/category_list.tpl'; 
    73         $this->tpl_title = 'カテゴリ一覧ページ'; 
    74     } 
    75  
    76     /** 
    77      * Page のプロセス(モバイル). 
    78      * 
    79      * @return void 
    80      */ 
    81     function mobileProcess(){ 
    82         parent::mobileProcess(); 
    83         $this->mobileAction(); 
    84         $this->sendResponse(); 
    85     } 
    86  
    87     /** 
    88      * Page のAction(モバイル). 
    89      * 
    90      * @return void 
    91      */ 
    92     function mobileAction() { 
     63    function action() { 
    9364        // カテゴリIDの正当性チェック 
    9465        $this->lfCheckCategoryId(); 
    95          
    96         //$objView = new SC_MobileView(); 
    9766 
    9867        // カテゴリー情報を取得する。 
    9968        $this->lfGetCategories(@$_GET['category_id'], true, $this); 
    100  
    101         //$objView->assignobj($this); 
    102         //$objView->display(SITE_FRAME); 
    10369    } 
    10470 
Note: See TracChangeset for help on using the changeset viewer.