jquerymobile.admin.inc |
jquerymobile.admin.inc |
|
Creates the admin settings form for the module. |
jquerymobile.info |
jquerymobile.info |
|
; $Id$
name = jQuery Mobile UI
description = Allows intgration of the jQuery Mobile framework.
package = Mobile
core = 6.x |
jquerymobile.install |
jquerymobile.install |
|
jquerymobile_ui.install |
jquerymobile.module |
jquerymobile.module |
|
|
jquerymobile_ui.node.inc |
includes/jquerymobile_ui.node.inc |
|
jquerymobile_ui.node.inc |
README.txt |
README.txt |
|
README.txt
==========
To use the module in your theme simply add the following code to template.php:
function THEME_preprocess_page(&$vars) {
if (module_exists('jquerymobile_ui')) {
$vars['jqm_scripts'] =… |