theme_forum_form
- Versions
- 7
theme_forum_form($variables)
Theme forum forms.
By default this does not alter the appearance of a form at all, but is provided as a convenience for themers.
Parameters
$variables An associative array containing:
- form: An associative array containing the structure of the form.
Related topics
Code
modules/forum/forum.admin.inc, line 111
<?php
function theme_forum_form($variables) {
return drupal_render_children($variables['form']);
}
?>Login or register to post comments 