You are here

function opigno_moxtra_app_theme in Opigno Moxtra App 7

Implements hook_theme().

File

./opigno_moxtra_app.module, line 57

Code

function opigno_moxtra_app_theme($existing, $type, $theme, $path) {
  return array(
    'moxtra_app_js_init' => array(
      'template' => 'templates/moxtra_app_js_init',
    ),
  );
}