function theme_entity_translation_language_tabs in Entity Translation 7
Theme wrapper for the entity translation language tabs.
File
- ./
entity_translation.module, line 1684
Code
function theme_entity_translation_language_tabs($variables) {
return '<div class="entity-translation-language-tabs">' . $variables['element']['#children'] . '</div>';
}