You are here

function gallery_assist_ui_theme in Gallery Assist 6

Implementation of hook_theme().

File

modules/gallery_assist_ui/gallery_assist_ui.module, line 481

Code

function gallery_assist_ui_theme() {
  return array(
    'gallery_assist_ui_sort_form_current' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}