Ignore:
Timestamp:
2013/06/08 16:35:27 (11 years ago)
Author:
Seasoft
Message:

#2043 (typo修正・ソース整形・ソースコメントの改善 for 2.13.0)

  • 主に空白・空白行の調整。もう少し整えたいが、一旦現状コミット。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/SC_View.php

    r22811 r22856  
    2424require_once realpath(dirname(__FILE__)) . '/../module/Smarty/libs/Smarty.class.php'; 
    2525 
    26 class SC_View  
     26class SC_View 
    2727{ 
    28  
    2928    var $_smarty; 
    3029 
     
    110109            $res .= '処理時間: ' . sprintf('%.3f', $time) . '秒'; 
    111110        } 
     111 
    112112        return $res; 
    113113    } 
     
    115115    /** 
    116116     * Pageオブジェクトをセットします. 
    117      * @param LC_Page_Ex $objPage  
     117     * @param LC_Page_Ex $objPage 
    118118     * @return void 
    119119     */ 
     
    124124 
    125125    /** 
    126      * Smartyのfilterをセットします.  
     126     * Smartyのfilterをセットします. 
    127127     * @return void 
    128128     */ 
     
    148148            } 
    149149        } 
     150 
    150151        return $source; 
    151152    } 
     
    166167            } 
    167168        } 
     169 
    168170        return $source; 
    169171    } 
     
    214216    function assignTemplatePath($device_type_id) 
    215217    { 
    216  
    217218        // テンプレート変数を割り当て 
    218219        $this->assign('TPL_URLPATH', SC_Helper_PageLayout_Ex::getUserDir($device_type_id, true)); 
Note: See TracChangeset for help on using the changeset viewer.