Changeset 20591


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

SC_Display -> SC_Display_Ex へ書き換え

Location:
branches/version-2_5-dev/html
Files:
2 edited

Legend:

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

    r20466 r20591  
    9595 */ 
    9696function displaySystemError($errstr = null) { 
    97     if (SC_Display::detectDevice() == DEVICE_TYPE_MOBILE) { 
     97    if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE) { 
    9898        ob_clean(); 
    9999        ob_start(array('SC_MobileEmoji', 'handler')); 
  • 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.