| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | 
							
- Image style flush
 
- ==================
 
- This module will allow Drupal to flush all image styles at once or flush each
 
- individual image style right from the administrative interface.
 
- Features
 
- --------
 
-   - Flush all image styles
 
-   - Flush each individual image style
 
-   - Integrates with the admin_menu module
 
- Dependencies
 
- ------------
 
- The image (core) module.
 
- Install
 
- -------
 
- 1) Copy the imagestyleflush folder to the modules folder in your installation.
 
-    Usually this is sites/all/modules.
 
-    Or use the UI and install it via admin/modules/install.
 
- 2) In your Drupal site, enable the module under Administration -> Modules
 
-    (/admin/modules).
 
- 3) Visit the Administration -> People -> Permissions page to give the
 
-    appropriate roles access to flush image styles.
 
- Usage
 
- -----
 
- You can flush image styles under Administration -> Configuration -> Media
 
- -> Image styles
 
- Note that this module only flushes images. It does not rebuild them.
 
- Known problems
 
- --------------
 
- Private file image styles can't be flushed with this module.
 
- Credit
 
- ------
 
- This module was written by Stepan Kuzmin and is maintained by Hargobind Khalsa.
 
 
  |