Contributions API

i18nsync_theme

Definition

i18nsync_theme()
contributions/i18n/i18nsync/i18nsync.module, line 42

Description

Implementation of hook_theme()

Code

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