Changeset 21198


Ignore:
Timestamp:
2011/08/18 21:08:40 (13 years ago)
Author:
shutta
Message:

refs #1445 (モバイル> 「お問い合わせ」ページに店舗情報等が表示されていない)
テンプレート側で受け取る$CONFパラメーターが、pageクラス側で取得されていなかったのを修正。

File:
1 edited

Legend:

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

    r20970 r21198  
    5454        $masterData = new SC_DB_MasterData_Ex(); 
    5555        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
     56 
     57        if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { 
     58            $this->CONF = SC_Helper_DB_Ex::sfGetBasisData(); 
     59        } 
    5660    } 
    5761 
Note: See TracChangeset for help on using the changeset viewer.