Changeset 1465

Show
Ignore:
Timestamp:
05/09/06 15:09:57 (2 years ago)
Author:
mbonetti
Message:

added MIDP to mobile device detection, whatever that is

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/themes.php

    r1378 r1465  
    170170                || strpos($ua, 'Opera Mini') !== FALSE 
    171171                || strpos($ua_lwr, 'j2me') !== FALSE 
     172                || strpos($ua,'MIDP-') !== FALSE 
    172173                || strpos($ua, 'Netfront') !== FALSE; 
    173174            // if none of those matched, let's have a gander at grabbing the resolution...