Ignore:
Timestamp:
2011/02/25 10:49:05 (15 years ago)
Author:
yomoro
Message:
 
Location:
branches/version-2_5-dev/data
Files:
1 added
2 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 
  • branches/version-2_5-dev/data/class_extends/page_extends/frontparts/bloc/LC_Page_FrontParts_Bloc_Best5_Ex.php

    r20116 r20395  
    2323 
    2424// {{{ requires 
    25 require_once(CLASS_REALDIR . "pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Best5.php"); 
     25require_once(CLASS_REALDIR . "pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Recommend.php"); 
    2626 
    2727/** 
    28  * Best5 のページクラス(拡張). 
     28 * Recommend のページクラス(拡張). 
    2929 * 
    30  * LC_Page_FrontParts_Bloc_Best5 をカスタマイズする場合はこのクラスを編集する. 
     30 * LC_Page_FrontParts_Bloc_Recommend をカスタマイズする場合はこのクラスを編集する. 
    3131 * 
    3232 * @package Page 
     
    3434 * @version $Id$ 
    3535 */ 
    36 class LC_Page_FrontParts_Bloc_Best5_Ex extends LC_Page_FrontParts_Bloc_Best5 { 
     36class LC_Page_FrontParts_Bloc_Recommend_Ex extends LC_Page_FrontParts_Bloc_Recommend { 
    3737 
    3838    // }}} 
Note: See TracChangeset for help on using the changeset viewer.