You are here

function gtranslate_theme in Translate Drupal with GTranslate 8

Implements hook_theme().

File

./gtranslate.module, line 41
Google Translate for Drupal

Code

function gtranslate_theme($existing, $type, $theme, $path) {
  return array(
    'gtranslate' => array(
      'variables' => array(
        'gtranslate_html' => NULL,
      ),
    ),
  );
}