You are here

function opigno_video_app_theme in Opigno Video App 7

Implements hook_theme().

File

./opigno_video_app.module, line 165
Module hooks.

Code

function opigno_video_app_theme() {
  return array(
    'opigno_video_app_sort_course_videos_form' => array(
      'render element' => 'form',
    ),
  );
}