You are here

function filefield_source_remote_theme in FileField Sources 7

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

Implements hook_theme().

File

sources/remote.inc, line 51
A FileField extension to allow referencing of existing files.

Code

function filefield_source_remote_theme() {
  return array(
    'filefield_source_remote_element' => array(
      'render element' => 'element',
      'file' => 'sources/remote.inc',
    ),
  );
}