Changeset 2809 for temp/trunk
- Timestamp:
- 2006/08/30 09:59:39 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/class/SC_View.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r2808 r2809 140 140 class SC_InstallView extends SC_View{ 141 141 function SC_InstallView($template_dir, $compile_dir = COMPILE_DIR) { 142 parent::SC_View( );142 parent::SC_View(false); 143 143 $this->_smarty->template_dir = $template_dir; 144 144 $this->_smarty->compile_dir = $compile_dir; -
temp/trunk/html/install/index.php
r2546 r2809 165 165 166 166 // SiteInfo¤òÆÉ¤ß¹þ¤Þ¤Ê¤¤ 167 $objView->assignobj($objPage , false);167 $objView->assignobj($objPage); 168 168 $objView->display('install_frame.tpl'); 169 169 //-----------------------------------------------------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.
