| Name | Description |
|---|---|
| Default theme implementations | Functions and templates that present output to the user, and can be implemented by themes. |
| Name | Location | Description |
|---|---|---|
| format_date | drupal/includes/common.inc | Format a date with the given configured format or a custom format string. |
| t | drupal/includes/common.inc | Translate strings to the page language or a given language. |
| theme | drupal/includes/theme.inc | Generate the themed output. |