You are here

function space_mobile_tools::title in Mobile Tools 7.3

Same name and namespace in other branches
  1. 7.2 plugins/mobile_tools_spaces.inc \space_mobile_tools::title()

Implementation of space->title().

File

plugins/mobile_tools_spaces.inc, line 26
Spaces plugin implementation for Mobile Tools device groups

Class

space_mobile_tools
Mobile Tools integration for Spaces.

Code

function title() {
  return 'Mobile Tools Space';
}