This theme and the suggested jquerymobile theme both use drupal_add_js to include jquery files.

I assume that theme should theme, and leave the jquery includes to the module if it exists.

Comments

jhr’s picture

Status: Needs review » Needs work

The module also adds this file, but does it check to see if it should be included?

drupal_add_css('http://code.jquery.com/mobile/1.0.1/jquery.mobile.structure-1.0.1.min.css', array_merge($css_options, array('weight' => 100)));