Ignore:
Timestamp:
2011/01/18 21:41:26 (13 years ago)
Author:
kotani
Message:

#748 モバイル/スマートフォンのデザイン管理機能:モバイルデザイン対応

File:
1 edited

Legend:

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

    r19832 r19961  
    3030 * @package Page 
    3131 * @author LOCKON CO.,LTD. 
    32  * @version $Id:LC_Page_Contact.php 15532 2007-08-31 14:39:46Z nanasess $ 
     32 * @version $Id$ 
    3333 */ 
    3434class LC_Page_Contact extends LC_Page { 
     
    9292    function action() { 
    9393        $objDb = new SC_Helper_DB_Ex(); 
    94         $CONF = $objDb->sfGetBasisData();           // 店舗基本情報 
    95  
    96         $objCustomer = new SC_Customer(); 
     94        $this->CONF = $objDb->sfGetBasisData();         // 店舗基本情報 
    9795 
    9896        $this->arrData = isset($_SESSION['customer']) ? $_SESSION['customer'] : ""; 
Note: See TracChangeset for help on using the changeset viewer.