Ignore:
Timestamp:
2011/01/31 11:42:40 (15 years ago)
Author:
Seasoft
Message:

#628(未使用処理・定義などの削除)

  • dtb_pagelayout.php_dir
  • dtb_pagelayout.tpl_dir
File:
1 edited

Legend:

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

    r19972 r20057  
    6464        $arrPageLayout = $arrPageData[0]; 
    6565 
    66         $objPage->tpl_mainpage = $this->getTemplatePath($device_type_id) . $arrPageLayout['tpl_dir'] . $arrPageLayout['filename'] . ".tpl"; 
     66        $objPage->tpl_mainpage = $this->getTemplatePath($device_type_id) . $arrPageLayout['filename'] . ".tpl"; 
    6767 
    6868        // ページタイトルを設定 
     
    202202    function lfDelFile($arrData) { 
    203203        // ファイルディレクトリ取得 
    204         $del_php = HTML_REALDIR . $arrData['php_dir'] . $arrData['filename'] . ".php"; 
    205         $del_tpl = HTML_REALDIR . $arrData['tpl_dir'] . $arrData['filename'] . ".tpl"; 
     204        $del_php = HTML_REALDIR . $arrData['filename'] . ".php"; 
     205        $del_tpl = HTML_REALDIR . $arrData['filename'] . ".tpl"; // FIXME パスが誤っている 
    206206 
    207207        // phpファイルの削除 
Note: See TracChangeset for help on using the changeset viewer.