Changeset 2234 for temp/trunk
- Timestamp:
- 2006/08/28 12:49:33 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_View.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_View.php
r2232 r2234 129 129 } 130 130 } 131 132 class 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 131 140 ?>
Note: See TracChangeset
for help on using the changeset viewer.
