Ignore:
Timestamp:
2011/03/07 15:23:39 (13 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/design/LC_Page_Admin_Design_Template.php

    r20534 r20538  
    4949        $this->tpl_subnavi  = 'design/subnavi.tpl'; 
    5050        $this->tpl_subno    = 'template'; 
    51         $this->tpl_mainno   = "design"; 
     51        $this->tpl_mainno   = 'design'; 
    5252        $this->tpl_subtitle = 'テンプレート設定'; 
    5353        $this->arrErr  = array(); 
     
    242242        // ブロック位置更新SQLファイル有 
    243243        if(file_exists($filepath)) { 
    244             if($fp = fopen($filepath, "r")) { 
     244            if($fp = fopen($filepath, 'r')) { 
    245245                $sql = fread($fp, filesize($filepath)); 
    246246                fclose($fp); 
Note: See TracChangeset for help on using the changeset viewer.