You are here

function fiu_ui_theme in Fine Image Upload 8.2

Implements hook_theme().

File

fiu_ui/fiu_ui.module, line 13
General functions and hook implementations.

Code

function fiu_ui_theme() {
  return [
    'fiu_ui_preview' => [
      'variables' => [
        'data' => [],
      ],
    ],
  ];
}