You are here

constant TAXONOMY_IMAGE_IMAGE_EXTENSIONS in Taxonomy Image 6

@file taxonomy_image.module Simple module for providing an association between taxonomy terms and images. Written by Jeremy Andrews <jeremy@kerneltrap.org>, May 2004.

3 uses of TAXONOMY_IMAGE_IMAGE_EXTENSIONS
taxonomy_image_form_alter in ./taxonomy_image.module
taxonomy_image_taxonomy in ./taxonomy_image.module
Implementation of hook_taxonomy().
taxonomy_image_validate_external in ./taxonomy_image.module
Check an external link.

File

./taxonomy_image.module, line 10
taxonomy_image.module Simple module for providing an association between taxonomy terms and images. Written by Jeremy Andrews <jeremy@kerneltrap.org>, May 2004.

Code

define('TAXONOMY_IMAGE_IMAGE_EXTENSIONS', 'jpg gif png');