You are here

function imagecache_profiles_help in ImageCache Profiles 6

Same name and namespace in other branches
  1. 5 imagecache_profiles.module \imagecache_profiles_help()
  2. 7 imagecache_profiles.module \imagecache_profiles_help()

Implements hook_help().

File

./imagecache_profiles.module, line 6

Code

function imagecache_profiles_help($path, $arg) {
  switch ($path) {
    case 'admin/help#imagecache_profiles':
      return t('Utilizes imagecache presets for user profile pictures.');
  }
}