Ignore:
Timestamp:
2013/05/02 18:11:36 (11 years ago)
Author:
h_yoshimoto
Message:

#2236 2.12.3リリース以降の2.12-devへのコミット差し戻し

File:
1 edited

Legend:

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

    r22567 r22796  
    3232 * @version $Id$ 
    3333 */ 
    34 class LC_Page_FrontParts_Bloc extends LC_Page_Ex  
    35 { 
     34class LC_Page_FrontParts_Bloc extends LC_Page_Ex { 
    3635 
    3736    /** 
     
    4039     * @return void 
    4140     */ 
    42     function init() 
    43     { 
     41    function init() { 
    4442        // 開始時刻を設定する。 
    4543        $this->timeStart = microtime(true); 
     
    6664     * @return void 
    6765     */ 
    68     function setTplMainpage($bloc_file) 
    69     { 
     66    function setTplMainpage($bloc_file) { 
    7067        if (SC_Utils_Ex::isAbsoluteRealPath($bloc_file)) { 
    7168            $this->tpl_mainpage = $bloc_file; 
Note: See TracChangeset for help on using the changeset viewer.