Index: branches/version-2_5-dev/data/class/pages/LC_Page_Index.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/LC_Page_Index.php	(revision 19841)
+++ branches/version-2_5-dev/data/class/pages/LC_Page_Index.php	(revision 19992)
@@ -30,5 +30,5 @@
  * @package Page
  * @author LOCKON CO.,LTD.
- * @version $Id:LC_Page_Index.php 15532 2007-08-31 14:39:46Z nanasess $
+ * @version $Id$
  */
 class LC_Page_Index extends LC_Page {
@@ -64,4 +64,6 @@
     function action() {
         $this->tpl_title = '';
+        $objCustomer = new SC_Customer();
+        $this->isLogin = $objCustomer->isLoginSuccess(true);
     }
 
