You are here

function tmgmt_file_theme in Translation Management Tool 7

Same name and namespace in other branches
  1. 8 translators/tmgmt_file/tmgmt_file.module \tmgmt_file_theme()

Implements hook_theme().

File

translators/file/tmgmt_file.module, line 25
Module file of the translation management test module.

Code

function tmgmt_file_theme() {
  return array(
    'tmgmt_file_html_template' => array(
      'path' => drupal_get_path('module', 'tmgmt_file') . '/templates',
      'template' => 'tmgmt_file_html_template',
    ),
  );
}