You are here

function i18nsync_theme in Internationalization 6

Implementation of hook_theme().

File

i18nsync/i18nsync.module, line 42
Internationalization (i18n) package. Synchronization of translations

Code

function i18nsync_theme() {
  return array(
    'i18nsync_workflow_checkbox' => array(
      'arguments' => array(
        'item' => NULL,
      ),
    ),
  );
}