Ticket #3669: wm-mobile.patch
File wm-mobile.patch, 1.4 KB (added by , 14 years ago) |
---|
-
usr/src/mythtv/mythplugins/mythweb/includes/mobile.php
98 98 99 99 /* Opera for mobile devices. */ 100 100 'Opera Mini' => array(), 101 'Opera 8.60' => array(), 102 'Opera 8.65' => array(), 101 103 104 /* Minimo - Mozilla Firefox mobile browser */ 105 'Minimo' => array(), 106 102 107 /* A generic mobile phone using Symbian OS. All Symbian phones don't 103 108 * necessarily have the same screen size so if you want to include 104 109 /* some specific Symbian phones then place them above this line. */ 105 110 'Symbian' => array('width' => 176, 'height' => 208), 106 111 112 /* A generic entry for Windows Mobile 5 and possible other 113 * Windows Mobile and CE versions. Several browsers all sent this 114 /* in their connection strings. */ 115 'Windows CE' => array(), 116 107 117 /* Lots of other random mobile browsers */ 108 118 'Nokia' => array(), // Nokia phones and emulators 109 119 'Eric' => array(), // Ericsson WAP phones and emulators