You are here

function imagecache_ui_help in ImageCache 5.2

Same name and namespace in other branches
  1. 6.2 imagecache_ui.module \imagecache_ui_help()

Administrative interface to imagecache.

File

./imagecache_ui.module, line 8

Code

function imagecache_ui_help($section) {
  switch ($section) {
    case 'admin/build/imagecache':
      return t('Manage imagecache preset.');
  }
}