You are here

function theme_itoggle in iToggle 7.3

Same name and namespace in other branches
  1. 7 itoggle.module \theme_itoggle()
  2. 7.2 itoggle.theme.inc \theme_itoggle()
1 theme call to theme_itoggle()
itoggle_element_info in ./itoggle.module
Implements hook_element_info().

File

./itoggle.module, line 83
iToggle module.

Code

function theme_itoggle($variables) {

  //  $element = &$variables['element'];
  return theme_checkbox($variables);
}