You are here

function bg_image_ui_theme in Background Images 7

Implements hook_theme()

File

bg_image_ui/bg_image_ui.module, line 51

Code

function bg_image_ui_theme() {
  return array(
    'bg_image_ui_paths_table' => array(
      'render element' => 'form',
    ),
  );
}