You are here

function itoggle_help in iToggle 7

Same name and namespace in other branches
  1. 7.2 itoggle.module \itoggle_help()

Implements hook_help().

File

./itoggle.module, line 35
iToggle module.

Code

function itoggle_help($path, $arg) {
  switch ($path) {
    case 'admin/config/itoggle':
      return t('This is the iToggle configuration page. Override iToggle default settings here. To include the iToggle plugin yourself, just call itoggle_include_itoggle() from your code.');
  }
}