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