You are here

function lang_dropdown_ctools_block_info in Language Switcher Dropdown 7.2

Implements hook_ctools_block_info().

File

./lang_dropdown.module, line 1141
Language dropdown select module main file.

Code

function lang_dropdown_ctools_block_info($module, $delta, &$info) {
  $info['icon'] = drupal_get_path('module', 'ctools') . '/plugins/content_types/block/icon_core_languageswitcher.png';
  $info['category'] = t('Widgets');
}