--- mythweb/includes/skin.php	2007-12-08 19:51:38.000000000 -0500
+++ mythweb-devel/includes/skin.php	2007-12-16 20:30:05.000000000 -0500
@@ -16,9 +16,8 @@
 // Detect different types of browsers and set the theme accordingly.
     if (isMobileUser()) {
     // Browser is mobile but does it accept HTML? If not, use the WML theme.
-        $_SESSION['tmpl'] = browserAcceptsMediaType(array('text/html', '\*/\*'))
-                            ? 'wap'
-                            : 'wml';
+        $_SESSION['tmpl'] = getMobileUserAgent();
+
     // Make sure the skin is set to the appropriate phone-template type
         $_SESSION['skin'] = $_SESSION['tmpl'];
         define('skin', $_SESSION['skin']);
