You are here

function imagecache_profiles_help in ImageCache Profiles 5

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

Implementation of hook_help().

File

./imagecache_profiles.module, line 6

Code

function imagecache_profiles_help($section) {
  switch ($section) {
    case 'admin/modules#description':
      return t('utilizes imagecache presets for user profile pictures');
  }
}