Index: temp/branches/ec-cube-beta/html/campaign/default/index.php
===================================================================
--- temp/branches/ec-cube-beta/html/campaign/default/index.php	(revision 10883)
+++ temp/branches/ec-cube-beta/html/campaign/default/index.php	(revision 10883)
@@ -0,0 +1,22 @@
+<?php
+/*
+ * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
+ *
+ * http://www.lockon.co.jp/
+ */
+require_once("../require.php");
+
+//---- ¥Ú¡¼¥¸É½¼¨¥¯¥é¥¹
+class LC_Page {
+	
+	function LC_Page() {
+		$this->tpl_mainpage = TEMPLATE_DIR . 'campaign/index.tpl';
+	}
+}
+
+$objPage = new LC_Page();
+$objView = new SC_SiteView(false);
+
+//----¡¡¥Ú¡¼¥¸É½¼¨
+$objView->assignobj($objPage);
+$objView->display($objPage->tpl_mainpage);
