New module 'ImageCache'
This commit is contained in:
parent
6be6a844b3
commit
0811f2c02b
17 changed files with 3602 additions and 0 deletions
12
sites/all/modules/imagecache/imagecache.info
Normal file
12
sites/all/modules/imagecache/imagecache.info
Normal file
|
@ -0,0 +1,12 @@
|
|||
name = ImageCache
|
||||
description = Dynamic image manipulator and cache.
|
||||
package = ImageCache
|
||||
dependencies[] = imageapi
|
||||
core = 6.x
|
||||
|
||||
; Information added by drupal.org packaging script on 2012-05-23
|
||||
version = "6.x-2.0-rc1"
|
||||
core = "6.x"
|
||||
project = "imagecache"
|
||||
datestamp = "1337742655"
|
||||
|
Reference in a new issue