function filefield_source_attach_theme in FileField Sources 6
Same name and namespace in other branches
- 7 sources/attach.inc \filefield_source_attach_theme()
Implements hook_theme().
File
- sources/
attach.inc, line 31 - A FileField extension to allow use of files within a server directory.
Code
function filefield_source_attach_theme() {
return array(
'filefield_source_attach_element' => array(
'arguments' => array(
'element' => NULL,
),
'file' => 'sources/attach.inc',
),
);
}