You are here

function filefield_source_attach_theme in FileField Sources 7

Same name and namespace in other branches
  1. 6 sources/attach.inc \filefield_source_attach_theme()

Implements hook_theme().

File

sources/attach.inc, line 32
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(
      'render element' => 'element',
      'file' => 'sources/attach.inc',
    ),
  );
}