Ignore:
Timestamp:
2011/02/25 10:49:05 (15 years ago)
Author:
yomoro
Message:
 
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  
    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.