constant GALLERIA_ALLOWED_EXT in Galleria 6
@file Turns a node into a Galleria image gallery.
2 uses of GALLERIA_ALLOWED_EXT
- galleria_validate_file_extensions in ./
galleria.module - Helper to ensure file extension is an image.
- theme_galleria_files in ./
galleria.module - Create a Galleria from the attached (upload module) files.
File
- ./
galleria.module, line 8 - Turns a node into a Galleria image gallery.
Code
define('GALLERIA_ALLOWED_EXT', 'jpg,png,jpeg,gif');