fixes for
Notice: Undefined index: #tag в функции theme_html_tag() (строка 2161 в файле /home/xxx/public_html/includes/theme.inc).
and Notice: Undefined property: stdClass::$uri в функции include() (строка 85 в файле /home/xxx/public_html/sites/all/themes/mobile_jquery/templates/node.tpl.php).

here, line 85 something like

      print l(theme_html_tag(array('element'=>array('#tag' =>'h2', '#value' => $node->title, '#attributes' => array('class' => 'savino')))) . render($content), substr($node_url, 1), array('html' => TRUE));