You are here

function imagecache_profiles_image_style_delete in ImageCache Profiles 7

Implements hook_image_style_delete().

File

./imagecache_profiles.module, line 140

Code

function imagecache_profiles_image_style_delete($style) {

  // If a style is deleted, update the variables.
  // Administrators choose a replacement style when deleting.
  imagecache_profiles_image_style_save($style);
}