Ignore:
Timestamp:
2010/12/30 18:50:01 (15 years ago)
Author:
Seasoft
Message:

#825(ページクラスとテンプレートのファイル名を一致させる)
#748(モバイル/スマートフォンのデザイン管理機能)

  • 新規ブロックを登録できない不具合を改修
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/helper/SC_Helper_PageLayout.php

    r19777 r19795  
    139139                        $arrNavi[$key]['php_path'] = HTML_PATH . $val['php_path']; 
    140140                    } else { 
    141                         $arrNavi[$key]['tpl_path'] = $this->getTemplatePath($device_type_id) . $val['tpl_path']; 
     141                        $arrNavi[$key]['tpl_path'] = $this->getTemplatePath($device_type_id) . BLOC_DIR . $val['tpl_path']; 
    142142                    } 
    143143                    // phpから呼び出されるか、tplファイルが存在する場合 
Note: See TracChangeset for help on using the changeset viewer.