Ignore:
Timestamp:
2007/10/05 19:51:02 (17 years ago)
Author:
nanasess
Message:

デザイン管理のメイン編集を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/admin/design/LC_Page_Admin_Design_MainEdit.php

    r15686 r16268  
    8686            if (file_exists($tpl_file)){ 
    8787                $arrPageData[0]['tpl_data'] = file_get_contents($tpl_file); 
     88 
     89            // 存在してなければ, 指定されたテンプレートのファイルを読み込む 
     90            } else { 
     91                $arrPageData[0]['tpl_data'] = file_get_contents(TEMPLATE_DIR . $arrPageData[0]['filename'] . ".tpl"); 
    8892            } 
    8993 
Note: See TracChangeset for help on using the changeset viewer.