Changeset 2234 for temp/trunk


Ignore:
Timestamp:
2006/08/28 12:49:33 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

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

    r2232 r2234  
    129129    } 
    130130} 
     131 
     132class SC_InstallView extends SC_View{ 
     133    function SC_InstallView($template_dir, $compile_dir = COMPILE_DIR) { 
     134        parent::SC_View(); 
     135        $this->_smarty->template_dir = $template_dir; 
     136        $this->_smarty->compile_dir = $compile_dir; 
     137    } 
     138} 
     139 
    131140?> 
Note: See TracChangeset for help on using the changeset viewer.