Index: /temp/trunk/data/class/SC_View.php
===================================================================
--- /temp/trunk/data/class/SC_View.php	(revision 2191)
+++ /temp/trunk/data/class/SC_View.php	(revision 2232)
@@ -29,5 +29,5 @@
 		$this->_smarty->register_function("sfRmDupSlash", "sfRmDupSlash");
 		$this->_smarty->register_function("sfCutString", "sfCutString");
-		$this->_smarty->plugins_dir=array("plugins", $SC_VIEW_PHP_DIR . "/../data/smarty_extends");
+		$this->_smarty->plugins_dir=array("plugins", $SC_VIEW_PHP_DIR . "/../smarty_extends");
 		$this->_smarty->register_function("sf_mb_convert_encoding","sf_mb_convert_encoding");
 		$this->_smarty->register_function("sf_mktime","sf_mktime");
@@ -91,5 +91,5 @@
 		global $SC_VIEW_PHP_DIR;
 		
-		$array['tpl_mainnavi'] = $SC_VIEW_PHP_DIR . '/../data/Smarty/templates/frontparts/mainnavi.tpl';
+		$array['tpl_mainnavi'] = $SC_VIEW_PHP_DIR . '/../Smarty/templates/frontparts/mainnavi.tpl';
 		$array['tpl_root_id'] = sfGetRootId();
 		$this->assignarray($array);
