--- mythweb/includes/init.php   (revision 7296)
+++ mythweb/includes/init.php   (working copy)
@@ -107,7 +107,7 @@
     require_once "includes/mobile.php";
     if (isMobileUser()) {
     // Browser is mobile but does it accept HTML? If not, use the WML theme.
-        if (browserAcceptsMediaType(array('text/html'))) {
+        if (browserAcceptsMediaType(array('text/html', '\*/\*'))) {
             define('Theme', 'wap');
         } else {
             define('Theme', 'wml');
Index: mythweb/includes/mobile.php
===================================================================
--- mythweb/includes/mobile.php (revision 7296)
+++ mythweb/includes/mobile.php (working copy)
@@ -69,6 +69,7 @@
     $mobiles = array(/* Phones using the Series 60 platform, e.g. Nokia 3650 and 6600. */
              'Series 60' => array('width' => 176, 'height' => 208),
              'Series60' => array('width' => 176, 'height' => 208),
+             'C500' => array('width'=>176, 'height'=> 220), // SPV C500

              /* Phones using the Series 90 platform, e.g. Nokia 7710. */
              'Series 90' => array('width' => 640, 'height' => 320),
