You are here

function theme_textsize_form in Text Size 7

Same name and namespace in other branches
  1. 5 includes/textsize.block.inc \theme_textsize_form()
  2. 6 includes/textsize.block.inc \theme_textsize_form()

Implement theme().

See also

textsize_form()

File

includes/textsize.block.inc, line 391
block, page and theme functions.

Code

function theme_textsize_form($form) {
  $output = drupal_render($form);
  return $output;
}