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_Search.php

    r19805 r19865  
    6666 
    6767    /** 
    68      * モバイルページを初期化する. 
    69      * 
    70      * @return void 
    71      */ 
    72     function mobileInit() { 
    73         $this->init(); 
    74         $this->tpl_mainpage = 'products/search.tpl'; 
    75         $this->tpl_title = '商品検索'; 
    76     } 
    77  
    78     /** 
    79      * Page のAction(モバイル). 
    80      * 
    81      * @return void 
    82      */ 
    83     function mobileProcess() { 
    84         parent::mobileProcess(); 
    85         $this->mobileAction(); 
    86         $this->sendResponse(); 
    87     } 
    88  
    89     /** 
    90      * Page のプロセス(モバイル). 
    91      * 
    92      * @return void 
    93      */ 
    94     function mobileAction() { 
    95     } 
    96  
    97     /** 
    9868     * デストラクタ. 
    9969     * 
Note: See TracChangeset for help on using the changeset viewer.