Ignore:
Timestamp:
2011/07/04 13:35:35 (13 years ago)
Author:
Seasoft
Message:

#1373 (require_safe.php で設定している HTML_REALDIR が誤っている)

  • require.php に依存させる事で解決。

#1392 (モバイルサイトの判別に SC_Display_Ex#detectDevice を使う)
#1393 (require_safe.php で絵文字変換 (除去) フィルターの組み込み条件が誤っている)

  • require.php に依存させる事で解決。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/smarty_extends/block.marquee.php

    r18234 r21010  
    1818 
    1919    // marqueeタグを使用しない場合 
    20     if (defined('MOBILE_SITE') && SC_MobileUserAgent::getCarrier() == 'docomo') { 
     20    if (SC_Display_Ex::detectDevice() == DEVICE_TYPE_MOBILE && SC_MobileUserAgent::getCarrier() == 'docomo') { 
    2121        return "<div>\n$content\n</div>\n"; 
    2222    } 
Note: See TracChangeset for help on using the changeset viewer.