You are here

constant MOBILE_TOOLS_SWITCH_LINK_TEXT in Mobile Tools 7.3

Same name and namespace in other branches
  1. 7.2 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

1 use of MOBILE_TOOLS_SWITCH_LINK_TEXT
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'));