You are here

function cloud_zoom_help in Cloud Zoom 6

Implementation of hook_help().

File

./cloud_zoom.module, line 20
This module integrates the Cloud Zoom JQuery library from: http://www.professorcloud.com/mainsite/cloud-zoom.htm

Code

function cloud_zoom_help($path, $args) {
  switch ($path) {
    case 'admin/settings/cloudzoom':
      return t('Available fields are listed below. You can modify the settings for each by clicking edit');
  }
}