Changeset 19992 for branches


Ignore:
Timestamp:
2011/01/19 23:09:31 (13 years ago)
Author:
kotani
Message:

#880(mobile/sphoneディレクトリを削除)に対応。

  • モバイルTOPページ用にログインしているか否かのフラグを設定。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/LC_Page_Index.php

    r19841 r19992  
    3030 * @package Page 
    3131 * @author LOCKON CO.,LTD. 
    32  * @version $Id:LC_Page_Index.php 15532 2007-08-31 14:39:46Z nanasess $ 
     32 * @version $Id$ 
    3333 */ 
    3434class LC_Page_Index extends LC_Page { 
     
    6464    function action() { 
    6565        $this->tpl_title = ''; 
     66        $objCustomer = new SC_Customer(); 
     67        $this->isLogin = $objCustomer->isLoginSuccess(true); 
    6668    } 
    6769 
Note: See TracChangeset for help on using the changeset viewer.