Ignore:
Timestamp:
2011/03/10 20:25:09 (13 years ago)
Author:
shutta
Message:

SC_Display -> SC_Display_Ex へ書き換え

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/html/require.php

    r20466 r20591  
    2929require_once HTML_REALDIR . HTML2DATA_DIR . 'require_base.php'; 
    3030 
    31 if (SC_Display::detectDevice() == DEVICE_TYPE_MOBILE){ 
     31if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE){ 
    3232    define('MOBILE_SITE', true); 
    3333    $objMobile = new SC_Helper_Mobile_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.