You are here

function gtranslate_block_info in Translate Drupal with GTranslate 7

File

./gtranslate.module, line 12

Code

function gtranslate_block_info() {
  $blocks['gtranslate']['info'] = t('GTranslate');
  $blocks['gtranslate']['cache'] = DRUPAL_NO_CACHE;
  return $blocks;
}