Index: temp/trunk/data/class/SC_View.php
===================================================================
--- temp/trunk/data/class/SC_View.php	(revision 2232)
+++ temp/trunk/data/class/SC_View.php	(revision 2234)
@@ -129,3 +129,12 @@
 	}
 }
+
+class SC_InstallView extends SC_View{
+    function SC_InstallView($template_dir, $compile_dir = COMPILE_DIR) {
+    	parent::SC_View();
+		$this->_smarty->template_dir = $template_dir;
+		$this->_smarty->compile_dir = $compile_dir;
+	}
+}
+
 ?>
