You are here

function image_legacy_help in Image 7

Implementation of hook_help().

File

./image_legacy.module, line 14

Code

function image_legacy_help($path, $arg) {
  switch ($path) {
    case 'admin/help#image_legacy':
      return t('TODO: Create admin help text.');
  }
}