You are here

function filefield_source_remote_theme in FileField Sources 6

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

Implements hook_theme().

File

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

Code

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