You are here

function autoupload_theme in AutoUpload 7

Implements hook_theme().

File

./autoupload.module, line 79
Allows users to upload files without clicking the upload button

Code

function autoupload_theme() {
  return array(
    'autoupload_custom' => array(
      'render element' => 'form',
      'file' => 'autoupload.admin.inc',
    ),
  );
}