| drupal_get_form | includes/form.inc | Processes a form array and produces the HTML output of a form.
If there is input in the $_POST['edit'] variable, this function
will attempt to validate it, using drupal_validate_form(),
and then submit the form using drupal_submit_form(). |
| forum_form_container | modules/forum.module | Returns a form for adding a container to the forum vocabulary |
| t | includes/common.inc | Translate strings to the current locale. |
| _forum_confirm_delete | modules/forum.module | Returns a confirmation page for deleting a forum taxonomy term. |
| _forum_get_vid | modules/forum.module | Returns the vocabulary id for forum navigation. |
| _forum_parent_select | modules/forum.module | Returns a select box for available parent terms |