You are here

function ng_lightbox_theme in NG Lightbox 7

Implements hook_theme().

File

./ng_lightbox.module, line 102
The NG Lightbox module.

Code

function ng_lightbox_theme($existing, $type, $theme, $path) {
  return array(
    'ng_lightbox_form' => array(
      'render element' => 'element',
      'template' => 'templates/ng-lightbox',
    ),
  );
}