l(t('settings'), 'admin/config/media/image-styles')))); } /** * Implements hook_uninstall(). * * This hook implementation clears the imagecache_actions cache. */ function image_effects_text_uninstall() { cache_clear_all('imagecache_actions', 'cache'); }