Ignore:
Timestamp:
2011/02/25 10:49:05 (13 years ago)
Author:
yomoro
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Calendar.php

    r20116 r20395  
    7272        // カレンダーデータ取得 
    7373        $this->arrCalendar = $this->lfGetCalendar(2); 
    74     } 
    75  
    76     /** 
    77      * モバイルページを初期化する. 
    78      * 
    79      * @return void 
    80      */ 
    81     function mobileInit() { 
    82          $this->tpl_mainpage = MOBILE_TEMPLATE_REALDIR . 'frontparts/' 
    83             . BLOC_DIR . 'best5.tpl'; 
    84     } 
    85  
    86     /** 
    87      * Page のプロセス(モバイル). 
    88      * 
    89      * @return void 
    90      */ 
    91     function mobileProcess() { 
    92         $this->process(); 
    9374    } 
    9475 
Note: See TracChangeset for help on using the changeset viewer.