l(t('settings'), 'admin/config/media/image-styles')))); } /** * @todo Please document this function. * @see http://drupal.org/node/1354 */ function imagecache_canvasactions_uninstall() { if (function_exists('imagecache_action_definitions') ) { imagecache_action_definitions(TRUE); } cache_clear_all('imagecache_actions', 'cache'); }