=== modified file 'themes/mobile/templates/html.tpl.php'
--- themes/mobile/templates/html.tpl.php        2012-02-12 06:04:29 +0000
+++ themes/mobile/templates/html.tpl.php        2012-02-22 04:52:13 +0000
@@ -48,6 +48,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" version="XHTML+RDFa 1.0" dir="<?php print $language->dir; ?>"<?php print $rdf_namespaces; ?>>
 
 <head profile="<?php print $grddl_profile; ?>">
+  <title><?php print $head_title ?></title>
   <?php print $head; ?>
   <meta name="viewport" content="width=device-width, target-densityDpi=160dpi, initial-scale=1, user-scalable=1">
   <meta name="MobileOptimized" content="width">

