function theme_textsize_form in Text Size 7
Same name and namespace in other branches
- 5 includes/textsize.block.inc \theme_textsize_form()
- 6 includes/textsize.block.inc \theme_textsize_form()
Implement theme().
See also
File
- includes/
textsize.block.inc, line 391 - block, page and theme functions.
Code
function theme_textsize_form($form) {
$output = drupal_render($form);
return $output;
}