Changeset 2809 for temp/trunk


Ignore:
Timestamp:
2006/08/30 09:59:39 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_View.php

    r2808 r2809  
    140140class SC_InstallView extends SC_View{ 
    141141    function SC_InstallView($template_dir, $compile_dir = COMPILE_DIR) { 
    142         parent::SC_View(); 
     142        parent::SC_View(false); 
    143143        $this->_smarty->template_dir = $template_dir; 
    144144        $this->_smarty->compile_dir = $compile_dir; 
  • temp/trunk/html/install/index.php

    r2546 r2809  
    165165 
    166166// SiteInfo¤òÆÉ¤ß¹þ¤Þ¤Ê¤¤ 
    167 $objView->assignobj($objPage, false); 
     167$objView->assignobj($objPage); 
    168168$objView->display('install_frame.tpl'); 
    169169//----------------------------------------------------------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.