hook_mobile_theme_detection |
./mobile_theme.api.php |
Defines methods available to detect mobile devices. |
|
|
mobile_theme_custom_theme |
./mobile_theme.module |
Implements hook_custom_theme(). |
|
|
mobile_theme_detect_browscap |
./mobile_theme.module |
Detect whether the user is on a mobile device by using Browscap. |
|
|
mobile_theme_detect_getbrowser |
./mobile_theme.module |
Detect whether the user is on a mobile device by using get_browser. |
|
|
mobile_theme_detect_mobiledevicedetect |
./mobile_theme.module |
Detect whether the user is on a mobile device by using Mobile Device Detect. |
|
|
mobile_theme_detect_php |
./mobile_theme.module |
Detect whether the user is on a mobile device using straight PHP. |
|
2 |
mobile_theme_detect_subdomain |
./mobile_theme.module |
Detect whether the user is on a mobile device by checking the subdomain. |
|
|
mobile_theme_form_system_theme_settings_alter |
./mobile_theme.module |
Alter the system theme settings form to add the mobile theme settings. |
|
|
mobile_theme_help |
./mobile_theme.module |
Implements hook_help(). |
|
|
mobile_theme_mobile_theme_detection |
./mobile_theme.module |
Implements hook_mobile_theme_detection(). |
|
|
mobile_theme_settings_submit |
./mobile_theme.module |
Submit handler on the theme settings to save the mobile theme. |
|
1 |
mobile_theme_uninstall |
./mobile_theme.install |
Uninstalling the Mobile Theme module removes the saved variable. |
|
|