You are here

function dnd_theme in Scald: Media Management made easy 7

Same name and namespace in other branches
  1. 6 dnd/dnd.module \dnd_theme()

Implementation of hook_theme().

File

modules/library/dnd/dnd.module, line 36

Code

function dnd_theme() {
  return array(
    'dnd_library_wrapper' => array(
      'variables' => array(
        'settings' => NULL,
        'element' => NULL,
      ),
    ),
  );
}