Changeset 20395 for branches/version-2_5-dev/data
- Timestamp:
- 2011/02/25 10:49:05 (15 years ago)
- 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 72 72 // カレンダーデータ取得 73 73 $this->arrCalendar = $this->lfGetCalendar(2); 74 }75 76 /**77 * モバイルページを初期化する.78 *79 * @return void80 */81 function mobileInit() {82 $this->tpl_mainpage = MOBILE_TEMPLATE_REALDIR . 'frontparts/'83 . BLOC_DIR . 'best5.tpl';84 }85 86 /**87 * Page のプロセス(モバイル).88 *89 * @return void90 */91 function mobileProcess() {92 $this->process();93 74 } 94 75 -
branches/version-2_5-dev/data/class_extends/page_extends/frontparts/bloc/LC_Page_FrontParts_Bloc_Best5_Ex.php
r20116 r20395 23 23 24 24 // {{{ requires 25 require_once(CLASS_REALDIR . "pages/frontparts/bloc/LC_Page_FrontParts_Bloc_ Best5.php");25 require_once(CLASS_REALDIR . "pages/frontparts/bloc/LC_Page_FrontParts_Bloc_Recommend.php"); 26 26 27 27 /** 28 * Best5のページクラス(拡張).28 * Recommend のページクラス(拡張). 29 29 * 30 * LC_Page_FrontParts_Bloc_ Best5をカスタマイズする場合はこのクラスを編集する.30 * LC_Page_FrontParts_Bloc_Recommend をカスタマイズする場合はこのクラスを編集する. 31 31 * 32 32 * @package Page … … 34 34 * @version $Id$ 35 35 */ 36 class LC_Page_FrontParts_Bloc_ Best5_Ex extends LC_Page_FrontParts_Bloc_Best5{36 class LC_Page_FrontParts_Bloc_Recommend_Ex extends LC_Page_FrontParts_Bloc_Recommend { 37 37 38 38 // }}}
Note: See TracChangeset
for help on using the changeset viewer.
