| Name | Description |
|---|---|
| Default theme implementations | Functions and templates that present output to the user, and can be implemented by themes. |
| Name | Location | Description |
|---|---|---|
| l | drupal/includes/common.inc | Format an internal Drupal link. |
| system_admin_compact_mode | drupal/modules/system/system.module | Determine if a user is in compact mode. |
| t | drupal/includes/common.inc | Translate strings to the page language or a given language. |
| theme | drupal/includes/theme.inc | Generate the themed output. |