constant MOBILE_TOOLS_SWITCH_LINK_TEXT in Mobile Tools 7.2
Same name and namespace in other branches
- 7.3 mobile_tools.module \MOBILE_TOOLS_SWITCH_LINK_TEXT
@file Functionality to ease the creation of mixed device environments.
Create "device groups" and allow different settings for each including different themes, front page, views displays and more.
For more documentation and examples please go to http://drupal.org/node/459686 @todo update the documentation on that page for the new Drupal 7 version @todo update the documentation on that page to be complete for Drupal 6
2 uses of MOBILE_TOOLS_SWITCH_LINK_TEXT
- mobile_tools_configuration_form in ./
mobile_tools.admin.inc - Configuration form for the mobile device detection, redirection and notification
- mobile_tools_switch_link_text in ./
mobile_tools.module - Get the text to display on the switch links
File
- ./
mobile_tools.module, line 14 - Functionality to ease the creation of mixed device environments.
Code
define('MOBILE_TOOLS_SWITCH_LINK_TEXT', variable_get('mobile_tools_switch_link_text', 'View @device site'));