Index: temp/trunk/html/user_data/__default.php
===================================================================
--- temp/trunk/html/user_data/__default.php	(revision 2200)
+++ 	(revision )
@@ -1,23 +1,0 @@
-<?php
-require_once($_SERVER['DOCUMENT_ROOT'] . "require.php");
-
-class LC_Page {
-	function LC_Page() {
-		/** É¬¤ºÊÑ¹¹¤¹¤ë **/
-		$this->tpl_css = '/css/layout/contact/index.css';	// ¥á¥¤¥óCSS¥Ñ¥¹
-		
-	}
-}
-$objPage = new LC_Page();
-$objView = new SC_SiteView();
-
-// ¥ì¥¤¥¢¥¦¥È¥Ç¥¶¥¤¥ó¤ò¼èÆÀ
-$objPage = sfGetPageLayout($objPage);
-
-// ²èÌÌ¤ÎÉ½¼¨
- $objView->assignobj($objPage);
- $objView->display(SITE_FRAME);
- 
-//-----------------------------------------------------------------------------------------------------------------------------------
-
-?>
