You are here

function theme_imagecache_admin in ImageCache 5

File

./imagecache.module, line 722
Dynamic image resizer and image cacher.

Code

function theme_imagecache_admin($form) {
  $output = '';
  $output .= '<p class="cvs-version">$Id$</p>';
  $output .= '<h2>' . drupal_render($form['title']) . '</h2>';
  $output .= drupal_render($form);
  return $output;
}