Changeset 20395 for branches/version-2_5-dev/data/class_extends
- Timestamp:
- 2011/02/25 10:49:05 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
