You are here

constant IMAGECACHE_STORAGE_NORMAL in ImageCache 6.2

Imagecache preset storage constant for user-defined presets in the DB.

2 uses of IMAGECACHE_STORAGE_NORMAL
imagecache_presets in ./imagecache.module
Get an array of all presets and their settings.
imagecache_ui_preset_overview in ./imagecache_ui.pages.inc
Preset Admin callbacks and required functions.

File

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

Code

define('IMAGECACHE_STORAGE_NORMAL', 0);