| Name | Description |
|---|---|
| Default theme implementations | Functions and templates that present output to the user, and can be implemented by themes. |
| Name | Location | Description |
|---|---|---|
| drupal_add_tabledrag | drupal/includes/common.inc | Assist in adding the tableDrag JavaScript behavior to a themed table. |
| drupal_render | drupal/includes/common.inc | Renders HTML given a structured array tree. |
| element_children | drupal/includes/common.inc | Get keys of a structured array tree element that are not properties (i.e., do not begin with '#'). |
| t | drupal/includes/common.inc | Translate strings to the page language or a given language. |
| theme | drupal/includes/theme.inc | Generate the themed output. |