Ignore:
Timestamp:
2011/03/07 12:25:01 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)
#628(未使用処理・定義などの削除)

File:
1 edited

Legend:

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

    r20507 r20534  
    2525$current_dir = realpath(dirname(__FILE__)); 
    2626define('CALENDAR_ROOT', DATA_REALDIR.'module/Calendar'.DIRECTORY_SEPARATOR); 
    27 require_once($current_dir . "/../../../../module/Calendar/Month/Weekdays.php"); 
    28 require_once(CLASS_REALDIR . "pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php"); 
     27require_once $current_dir . '/../../../../module/Calendar/Month/Weekdays.php'; 
     28require_once CLASS_REALDIR . 'pages/frontparts/bloc/LC_Page_FrontParts_Bloc.php'; 
    2929 
    3030/** 
Note: See TracChangeset for help on using the changeset viewer.