You are here

function lingotek_theme in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 8.2 lingotek.module \lingotek_theme()
  2. 4.0.x lingotek.module \lingotek_theme()
  3. 3.0.x lingotek.module \lingotek_theme()
  4. 3.1.x lingotek.module \lingotek_theme()
  5. 3.2.x lingotek.module \lingotek_theme()
  6. 3.3.x lingotek.module \lingotek_theme()
  7. 3.4.x lingotek.module \lingotek_theme()
  8. 3.5.x lingotek.module \lingotek_theme()
  9. 3.6.x lingotek.module \lingotek_theme()
  10. 3.7.x lingotek.module \lingotek_theme()
  11. 3.8.x lingotek.module \lingotek_theme()

Implements hook_theme().

File

./lingotek.module, line 571

Code

function lingotek_theme() {
  return array(
    'lingotek_locale_languages_overview_form' => array(
      'render element' => 'form',
    ),
  );
}