function filefield_source_imce_theme in FileField Sources 7
Same name and namespace in other branches
- 6 sources/imce.inc \filefield_source_imce_theme()
Implements hook_theme().
File
- sources/
imce.inc, line 53 - A FileField extension to allow referencing of files from IMCE.
Code
function filefield_source_imce_theme() {
return array(
'filefield_source_imce_element' => array(
'render element' => 'element',
'file' => 'sources/imce.inc',
),
);
}