Index: branches/feature-module-update/data/class/pages/LC_Page_Index.php
===================================================================
--- branches/feature-module-update/data/class/pages/LC_Page_Index.php	(revision 15390)
+++ branches/feature-module-update/data/class/pages/LC_Page_Index.php	(revision 15403)
@@ -17,12 +17,4 @@
  */
 class LC_Page_Index extends LC_Page {
-
-    // {{{ properties
-
-    /**メインテンプレート */
-    var $tpl_mainpage;
-
-    /** CSS のパス */
-    var $tpl_css;
 
     // }}}
@@ -60,7 +52,7 @@
         // レイアウトデザインを取得
         $layout = new SC_Helper_PageLayout_Ex();
-        $objPage = $layout->sfGetPageLayout($this, false, "index.php");
+        $layout->sfGetPageLayout($this, false, "index.php");
 
-        $objView->assignobj($objPage);
+        $objView->assignobj($this);
         $objView->display(SITE_FRAME);
     }
